Mysql
 sql >> Database >  >> RDS >> Mysql

Come impostare il fuso orario MySQL JDBC corretto nella configurazione Spring Boot

Imposta useLegacyDatetimeCode false e imposta ServerTimezone.

spring.datasource.url=jdbc:mysql://127.0.0.1:3306/avmaint-local?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false