diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9c4e04a..4aafd26 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,6 +4,6 @@ spring.cache.type=redis spring.redis.host=localhost 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.password=root \ No newline at end of file