原因:由於默認的是UTC時間,所以在中國有8個小時的時差,需要將serverTimezone的值改為GMT%2B8
spring:
datasource:
url: jdbc:mysql://172.0.0.1:3306/xxx?serverTimezone=GMT%2B8
參考博客:
1,mysql與實際時間有8小時差 - weixin_40886648的博客 - CSDN博客
https://blog.csdn.net/weixin_40886648/article/details/82770812