SpringBoot2 jpa mysql保存日期相差13或14小時

問題描述 項目中採用springboot+jpa+mysql來保存數據,在測試環境發現java new Date()保存的數據時間與本地時間相差8小時。html 問題分析 首先查看mysql數據庫的時間和時區:java 查看當前時間: select now(); 返回結果相差8小時 查看mysql時區: show variables like '%time_zone%'; 返回的system_t
相關文章
相關標籤/搜索