摘要: 一、现象 java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either 阅读全文
posted @ 2019-03-01 19:51 一沙世界 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 背景:springboot.2.1.2默认使用logback作为日志系统,我想禁用logback,换成效率更高的log4j2。 一、去除默认的logback依赖 1. 方法一 精准去除 2. 方法二 通过全局配置入口 二、添加log4j2的日志系统 在dependencies {}中添加依赖即可。 阅读全文
posted @ 2019-03-01 19:48 一沙世界 阅读(639) 评论(0) 推荐(0) 编辑
摘要: mybatis整合hikariCP(非spring) 一、配置hikariCP典型的配置文件hikariPool.properties 二、hikariCP绑定mybatis并初始化 这个UnpooledDataSourceFactory类就是Mybatis提供的用于第三方连接池覆盖DataSour 阅读全文
posted @ 2019-03-01 19:41 一沙世界 阅读(4283) 评论(0) 推荐(0) 编辑