Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Commit c159394

Browse files
committed
fix config yml
1 parent 5c9ca43 commit c159394

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ spring:
66
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
77
open-in-view: false
88
datasource:
9-
# url: jdbc:mysql://127.0.0.1:8888/project?useSSL=false&serverTimezone=GMT%2b8&characterEncoding=UTF-8
10-
url: jdbc:mysql://localhost:3306/project?useSSL=false&serverTimezone=GMT%2b8&characterEncoding=UTF-8
9+
url: jdbc:mysql://127.0.0.1:8888/project?useSSL=false&serverTimezone=GMT%2b8&characterEncoding=UTF-8
1110
username: root
12-
# password: 123
13-
password: qmdx00
11+
password: 123
1412
driver-class-name: com.mysql.cj.jdbc.Driver

0 commit comments

Comments
 (0)