解决办法:  

spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/student?serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=a19770606
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true

相关文章:

  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
  • 2021-05-25
猜你喜欢
  • 2021-09-09
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2022-02-19
  • 2021-12-19
相关资源
相似解决方案