2018年11月14日
摘要: mysql默认服务器时区问题:修改jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf-8为 jdbc:mysql://localhost:3306/test?serverTimezone=GMT%2B8&use 阅读全文
posted @ 2018-11-14 15:03 行走的大狮子 阅读(5955) 评论(0) 推荐(0) 编辑
摘要: 把eclipse设置的运行环境eclipse去掉,用springboot自带的tomcat,问题解决 阅读全文
posted @ 2018-11-14 11:05 行走的大狮子 阅读(6814) 评论(0) 推荐(0) 编辑