03 2020 档案

摘要:SpringBoot配置属性系列 SpringBoot配置属性之MVC SpringBoot配置属性之Server SpringBoot配置属性之DataSource SpringBoot配置属性之NOSQL SpringBoot配置属性之MQ SpringBoot配置属性之Security Spr 阅读全文
posted @ 2020-03-03 11:38 三笑的酒 阅读(405) 评论(0) 推荐(0)
摘要:使用springboot 线程池连接MySQL时,mysql数据库wait_timeout 为8个小时,所以程序第二天发现报错,在url配置了 autoReconnect=true 也不行,查询配置以下 #验证连接的有效性 spring.datasource.test-while-idle=true 阅读全文
posted @ 2020-03-01 20:58 三笑的酒 阅读(207) 评论(0) 推荐(0)