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
后台服务只改了端口和数据源,用gradle打包发布,一开始一切正常,但是在运行两个多小时后自动关停,期间就开始启动时使用了下,闲置了两个多小时。没报任何错误。只有两行日志。
2022-10-14 13:53:31.467 INFO 1985999 --- [extShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ... 2022-10-14 13:53:31.474 INFO 1985999 --- [extShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
后台服务只改了端口和数据源,用gradle打包发布,一开始一切正常,但是在运行两个多小时后自动关停,期间就开始启动时使用了下,闲置了两个多小时。没报任何错误。只有两行日志。
2022-10-14 13:53:31.467 INFO 1985999 --- [extShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
2022-10-14 13:53:31.474 INFO 1985999 --- [extShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
The text was updated successfully, but these errors were encountered: