spring: #thymeleaf配置 thymeleaf: #关闭缓存 cache:false #数据源配置 datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/zy?useUnicode=ture&characterEncoding=UTF-8&serverTimezone=asia/shanghai username: root password: 123456 hikari: pool-name: DatehikariCP #最小空闲连接数 minimum-idle: 5 #空闲链接最大存活时间,默认600000(10分钟) idle-timeout: 1800000 #最大连接数 maximum-pool-size: 10 #从连接池返回的链接自动提交 auto-commit: true #链接最大存活时间,0表示永久存活,默认1800000(30分钟) max-lifetime: 1800000 #连接超时时间,默认(30秒) connection-timeout: 30000
hikari yml文件配置
最新推荐文章于 2025-02-28 21:59:40 发布