java new Date() 获取的时间存到库里少了八个小时?
java new Date() 获取的时间存到mysql库里少了八个小时?
在application.yml修改数据库配置为
url: jdbc:mysql://localhost:3306/graduation_test?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
标签:java,八个,库里,mysql,Date,new From: https://blog.51cto.com/51souta/5807338