We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d34c8 commit a7b0179Copy full SHA for a7b0179
src/main/resources/application.properties
@@ -2,7 +2,7 @@ spring.output.ansi.enabled=DETECT
2
server.port = 8000
3
4
spring.jpa.properties.hibernate.hbm2ddl.auto=update
5
-spring.datasource.url=jdbc:mysql://192.168.4.4/?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC&useSSL=true
+spring.datasource.url=jdbc:mysql://192.168.4.4/tz_rule_engine?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
6
spring.datasource.driver-class-name = com.mysql.jdbc.Driver
7
spring.datasource.username=root
8
spring.datasource.password=Test1234!
0 commit comments