corrected timezone in mySQL JDBC configure
This commit is contained in:
@@ -4,6 +4,6 @@ spring.cache.type=redis
|
|||||||
spring.redis.host=localhost
|
spring.redis.host=localhost
|
||||||
spring.redis.port=6379
|
spring.redis.port=6379
|
||||||
|
|
||||||
spring.datasource.url=jdbc:mysql://localhost:3306/irext
|
spring.datasource.url=jdbc:mysql://localhost:3306/irext?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
|
||||||
spring.datasource.username=root
|
spring.datasource.username=root
|
||||||
spring.datasource.password=root
|
spring.datasource.password=root
|
||||||
Reference in New Issue
Block a user