-
## Issue Description
There were some excepetion when I try to start nacos by startup.cmd:
```
org.springframework.context.ApplicationContextException: Unable to start web server; nested excepti…
-
1.DruidConfig @Bean(name = "dynamicDataSource") 循环依赖 本地启动需要注释掉
2.EmbeddedRedisConfig setting("maxheap 32") 无 redis 模式出现错误要将这个注释掉
3.前端代码和后端的代码元数据方面好像并没上线,不知道是不是我启动方式有问题
-
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'externalStoragePersistServiceImpl': Invocation of init method failed; nested exception is java.lang…
-
![image](https://github.com/baomidou/dynamic-datasource/assets/1720495/085ac22a-dbb0-4202-a101-8e83106b0803)
您好,使用Spring注解事务Mybaits Dao搭配JdbcTemplate事务挂起,锁死,且日志不报错,请问有类似的反馈吗?
Service包含查询和修改,方法体同时包…
-
2019-05-24 16:23:05.608 [quartzScheduler_QuartzSchedulerThread] ERROR druid.sql.Statement:149 - {conn-10004, pstmt-20035} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FR…
-
在wareHouse服务中引入动态数据源后, 日志显示回滚正常, 实际数据库回滚操作未执行. 库存数量还是被扣减了, 初步怀疑还是数据源代理的问题.
-
明明采用了sqlserver2005,还是报了oracle下的类型:
2013-03-21 15:15:32,467 [main] ERROR com.alibaba.druid.filter.stat.StatFilter -merge sql error, dbType oracle, sql :
select top 1 this_.setupCode as setupCode0_0_, …
-
# Nacos Multi-data source discuss
## Background
The current configuration center module of Nacos is not perfect for the ability to access multiple data sources. With the growing voice of the communi…
-
### 当前使用版本(必填,否则不予处理)
v3.5.2
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
前提:使用DynamicDataSource做动态数据源,数据源中同时包含了mysql和oracle(数据源除了url跟dbtype不一样,其他都是一样的,包括库跟表,所以entity只有一份)
问题一:在使用过程中发现,引入分页插件PaginationI…
-
和这个有相似之外: https://github.com/alibaba/druid/issues/2423
我昨天也遇到了,采用的是如下的配置,在大量请求持续运行时,曾重启过myql, tomcat, 添加过/etc/hosts文件数据库本地域名(本地域名,可指向本地,远程db), 瞬间在mysql 端出现过近3000 client会话, 但多数是sleep状态的! 另外,要说明一下本地…