报错内容:
The last packet successfully received from the server was 231,450 milliseconds ago. The last packet sent successfully to the server was 231,450 milliseconds ago. is longer than the server configured value of ‘wait_timeout’. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property ‘autoReconnect=true’ to avoid this problem
原因:数据库连接池的max-lifetime大于mysql的wait_timeout
修改方法:将数据库字段的wait_timeout字段设置大些
注意事项:要注意全局的wait_timeout字段。