解决方法
1 直接重新设置mysql数据库的时区
2 在mysql连接的url后加上参数serverTimezone=GMT%2B8
jdbc.url=jdbc:mysql://localhost:3306/demo?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
解决方法
1 直接重新设置mysql数据库的时区
2 在mysql连接的url后加上参数serverTimezone=GMT%2B8
jdbc.url=jdbc:mysql://localhost:3306/demo?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8