alibaba / druid

阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
https://github.com/alibaba/druid/wiki
Apache License 2.0
27.9k stars 8.57k forks source link

dynamic-datasource-spring-boot-starter兼容性问题 #6076

Open superchangme opened 1 month ago

superchangme commented 1 month ago

使用了dynamic-datasource-spring-boot-starter和druid-spring-boot-starter 在application.yml配置了 druid validationQuery: select 1 日志打印里输出了 2024-08-05 10:25:44,373 [main] ERROR DruidDataSource: - [dm] testWhileIdle is true, validationQuery not set

怎么解决这个配置不生效的问题?

linghengqian commented 6 days ago