org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: java.sql.SQLException: The server time zone value '???ú±ê×??±??' is unrecognized or represents more than one time zone.

 

解决办法 指定时区:

jdbc:mysql://localhost:3306/web_sm?serverTimezone=CTT

相关文章:

  • 2021-09-12
  • 2021-07-07
  • 2021-05-27
  • 2021-09-16
  • 2021-04-29
  • 2022-12-23
  • 2021-04-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2021-03-31
  • 2021-09-20
  • 2021-10-31
相关资源
相似解决方案