hyz1994121 commented on issue #21083: URL: https://github.com/apache/shardingsphere/issues/21083#issuecomment-1253434996
> * I tested using `com.alibaba:druid:1.2.12`. For Alibaba Druid's plugin, you need to use its Java API to configure it. > * I can tell you that Alibaba Druid's Spring Boot Starter is **inherently buggy** and **under-maintained** for a long time, which brings a lot of unknown behavior and you need to steer clear of its Spring Boot Starter. Refer to [Auto-Configuration should expose explicit datasource type, not interface alibaba/druid#4673](https://github.com/alibaba/druid/issues/4673). > * The title and description of this issue are confusing, I suggest you use the issue template to open a new issue. Then close this issue and give a link to the new issue for discussion. thank you , i change my config from xml to Java API, and upgrade my mysql-connector-java version 5.1.7 to 8.0.14 then my project start. but there still some bugs, like i described before, error happend by srping beans xml config when i got some more time , i will make a new issue spring配置文件使用xml形式启动会出错, 用@Configuration注解后解决问题 debug发现问题出现在snake-yaml,配置文件导入后解析ymal-content ,解析过程写死了classtype为Map.class,无法解析内部的自定义类别 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
