在application.yml修改数据库配置为
url: jdbc:mysql://localhost:3306/graduation_test?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
new Date()获取当前时间少了八个小时解决方法,实体类型为Date
最新推荐文章于 2023-11-22 17:49:57 发布
在application.yml修改数据库配置为
url: jdbc:mysql://localhost:3306/graduation_test?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true