Skip to content

Commit

Permalink
Update application-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongEr committed Oct 31, 2018
1 parent 4fb9ae2 commit 23d2425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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
url: jdbc:mysql://193.112.100.103:3306/cloud?useUnicode=true&characterEncoding=UTF8&useSSL=false&autoReconnect=true
driver-class-name: com.mysql.jdbc.Driver
username: root
password: abc123
Expand Down

0 comments on commit 23d2425

Please sign in to comment.