Unable to create requested service [org.hibernate .engine.jdbc.env.spi.JdbcEnvironment]-MySQL

前端 未结 6 1650
眼角桃花
眼角桃花 2021-02-15 17:54

I am a newbie to Hibernate. I am currently using Spring boot framework and trying to create database tables through hibernate.

I know the same question is asked before b

6条回答
  •  无人共我
    2021-02-15 18:49

     jdbc:mysql://localhost:3306/test?serverTimezone=UTC
    

    You need to set serverTimezone.

提交回复
热议问题