baomidou / dynamic-datasource

dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务
https://www.kancloud.cn/tracy5546/dynamic-datasource/2264611
Apache License 2.0
4.74k stars 1.19k forks source link

多数据源 druid 的 maxWait 参数配置无效,其他部分有效 #254

Closed landashu closed 4 years ago

landashu commented 4 years ago

Enviroment

windows JDK Version(required): 1.8 SpringBoot Version(required): 2.3.0.RELEASE dynamic-datasource-spring-boot-starter Version(required): 3.1.1 druid Version(optional):

com.alibaba druid-spring-boot-starter 1.1.9

Describe

多数据源 druid 的 maxWait 参数配置无效,其余参数配置有效,但没有全部测试,希望作者快速看下问题。

Expected Result:

Actual Result:

Steps to reproduce

landashu commented 4 years ago

druid 监控配置也是无效的

huayanYu commented 4 years ago

请查看示例项目,都没有问题。 检查配置。