Closed wangsj1018 closed 2 years ago
com.alibaba.nacos.config.server.service.datasource.DynamicDataSource 我认为这是一个单例类去获取数据源,但是发现没有构造私有化,增加了一个@Component注入到spring容器了,但是我看到这个类的使用都是DynamicDataSource .getInstance().getDataSource(); spring容器中获取的bean 和 DynamicDataSource .getInstance() 并不是同一个对象呀。
@shiyiyue1102 Component is submited by you, can you answer this problem?
DynamicDataSource
it may be a mistake, the annotation can be removed.
Excelente
com.alibaba.nacos.config.server.service.datasource.DynamicDataSource 我认为这是一个单例类去获取数据源,但是发现没有构造私有化,增加了一个@Component注入到spring容器了,但是我看到这个类的使用都是DynamicDataSource .getInstance().getDataSource();
spring容器中获取的bean 和 DynamicDataSource .getInstance() 并不是同一个对象呀。