首页 > 其他分享 >(No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime valu

(No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime valu

时间:2022-09-22 09:37:07浏览次数:49  
标签:operations consider No shorter maxLifetime allowed

(No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value

 

先按提示添加maxLifetime的超时时间试试看


spring:
# 数据库连接
datasource:
username: root
password:
url:
driver-class-name: com.mysql.cj.jdbc.Driver
hikari:
max-lifetime: 1200000
 

 

标签:operations,consider,No,shorter,maxLifetime,allowed
From: https://www.cnblogs.com/qq376324789/p/16718000.html

相关文章