KomachiSion commented on issue #1900: springboot2.1.1 with mybatis,druid 
dataSource duplicate
URL: 
https://github.com/apache/incubator-shardingsphere/issues/1900#issuecomment-466887673
 
 
   No, `DruidDataSourceAutoConfigure.DataSource` will be override by 
`shardingjdbc/SpringBootConfiguration.DataSource`. 
   It means the bean 'dataSource' will be created by 
`shardingjdbc/SpringBootConfiguration.DataSource` instead of 
`DruidDataSourceAutoConfigure.DataSource`.
   
   I don't know your situation, so there is no guarantee that it will not 
affect you.
   Would you like try first in test environment? Or describe why you use 
`DruidDataSourceAutoConfigure.DataSource`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to