MySQL:5.7.21
Spring-boot:2.1.0
MyBatis spring-boot-stater:1.3.2
MySQL드라이버:mysql-connector-java-8.0.13

 

application.properties

spring.datasource.url=jdbc:mysql://localhost:3306/test  로 변경

 

spring.datasource.url=jdbc:mysql://localhost:3306/test?serverTimezone=JST

+ Recent posts