Uses RuntimeBeanReference
to prevent the creation of InnerBean
on spring namespace
#489
Labels
RuntimeBeanReference
to prevent the creation of InnerBean
on spring namespace
#489
版本信息
sharding-jdbc:1.5.1
spring-boot: 1.5.9
druid:1.1.6
druid-spring-boot-starter:1.1.6
现象
使用sharding-jdbc的namespace的配置方式时,rdb:sharding-rule里指定的data-sources使用的并不是context里已有的datasource bean,而是自行创建的一个inner datasource bean。
同时翻阅了一下sharding-jdbc 2.0.0里的starter,发现也是会读取配置文件,然后直接自行构建datasource。
问题
The text was updated successfully, but these errors were encountered: