Skip to content

Commit

Permalink
Update application-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongEr authored Apr 16, 2019
1 parent 883ac8a commit e188e86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ server:
min-spare-threads: 50 # Minimum amount of worker threads
spring:
datasource:
url: jdbc:mysql://193.112.100.103:3306/cloud?useUnicode=true&characterEncoding=UTF8&useSSL=false&autoReconnect=true
url: jdbc:mysql://127.0.0.1:3306/cloud?useUnicode=true&characterEncoding=UTF8&useSSL=false&autoReconnect=true
driver-class-name: com.mysql.jdbc.Driver
username: root
password: abc123
password: root
max-idle: 10
min-idle: 5
test-on-borrow: false
Expand All @@ -22,7 +22,7 @@ spring:
hikari:
minimum-idle: 0
redis:
host: 193.112.100.103
host: 127.0.0.103
port: 6379
password: x19961010

Expand Down

0 comments on commit e188e86

Please sign in to comment.