Skip to content

Commit 0f56984

Browse files
committed
date
1 parent 0d38f28 commit 0f56984

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/src/main/resources/config/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ server.session.timeout=1800
44
server.max-http-header-size=20971520
55

66
#datasource
7-
spring.datasource.url=jdbc:mysql://106.15.188.160/xiaomo?characterEncoding=utf8&useSSL=true
8-
spring.datasource.username=xiaomo
9-
spring.datasource.password=xiaomo
7+
spring.datasource.url=jdbc:mysql://ip/db?characterEncoding=utf8&useSSL=true
8+
spring.datasource.username=username
9+
spring.datasource.password=password
1010
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
1111
# \u914D\u7F6E\u8FD9\u4E2A\u503C\u5C31\u53EF\u4EE5\u683C\u5F0F\u5316\u65F6\u95F4
1212
#spring.jackson.date-format=yyyy-MM-dd HH:mm:ss

0 commit comments

Comments
 (0)