We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
系统访问不活跃,mysql服务连接会回收。但是有设置druid取链接之前检查,检查参数看着设置进去了,就是不起作用。mysql的wait_timeout 8h,druid-spring-boot-starter版本是1.1.18
druid参数: .min-idle=5 .max-active=50 .validation-query=SELECT 1 .min-evictable-idle-time-millis=500000 .time-between-eviction-runs-millis=20000 .test-while-idle=true .test-on-borrow=false .test-on-return=false
The text was updated successfully, but these errors were encountered:
3年了,这个问题还没回答啊……楼主是怎么解决的呢后来?
Sorry, something went wrong.
No branches or pull requests
系统访问不活跃,mysql服务连接会回收。但是有设置druid取链接之前检查,检查参数看着设置进去了,就是不起作用。mysql的wait_timeout 8h,druid-spring-boot-starter版本是1.1.18
druid参数:
.min-idle=5
.max-active=50
.validation-query=SELECT 1
.min-evictable-idle-time-millis=500000
.time-between-eviction-runs-millis=20000
.test-while-idle=true
.test-on-borrow=false
.test-on-return=false
The text was updated successfully, but these errors were encountered: