数据库连接池.md 163 Bytes

###spring boot项目数据库连接断开不自动重连问题

在配置文件中加上:

spring.datasource.validation-query=SELECT 1

即可自动重连