报错如下2019-08-21 12:44:53
[WARN]: HikariPool-1 – Failed to validate connection com.mysql.jdbc.JDBC4Connection@83b51b8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
2019-08-21 12:44:58
[WARN]: HikariPool-1 – Failed to validate connection com.mysql.jdbc.JDBC4Connection@4933c203 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
2019-08-21 12:45:03
[WARN]: HikariPool-1 – Failed to validate connection com.mysql.jdbc.JDBC4Connection@679ffe26 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
已经根据提示在网上找了相关的设置,但仍没有效果HikariCpPlugin hp = getHikariCpPlugin();
/**
* 一个连接的生命时长(毫秒),超时而且没被使用则被释放(retired),缺省:30分钟。
* 强烈建议设置比数据库超时时长少30秒,(MySQL的wait_timeout参数(单位s),show variabl