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

Commit

Permalink
fix config yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx00 committed Jun 25, 2019
1 parent 5c9ca43 commit c159394
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ spring:
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
open-in-view: false
datasource:
# url: jdbc:mysql://127.0.0.1:8888/project?useSSL=false&serverTimezone=GMT%2b8&characterEncoding=UTF-8
url: jdbc:mysql://localhost:3306/project?useSSL=false&serverTimezone=GMT%2b8&characterEncoding=UTF-8
url: jdbc:mysql://127.0.0.1:8888/project?useSSL=false&serverTimezone=GMT%2b8&characterEncoding=UTF-8
username: root
# password: 123
password: qmdx00
password: 123
driver-class-name: com.mysql.cj.jdbc.Driver

0 comments on commit c159394

Please sign in to comment.