Skip to content

Commit a7b0179

Browse files
author
hpchen
committed
change mysql url
1 parent 80d34c8 commit a7b0179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ spring.output.ansi.enabled=DETECT
22
server.port = 8000
33

44
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
5+
spring.datasource.url=jdbc:mysql://192.168.4.4/tz_rule_engine?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
66
spring.datasource.driver-class-name = com.mysql.jdbc.Driver
77
spring.datasource.username=root
88
spring.datasource.password=Test1234!

0 commit comments

Comments
 (0)