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 Oct 31, 2018
1 parent 870703b commit 4fb9ae2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ spring:
driver-class-name: com.mysql.jdbc.Driver
username: root
password: abc123
max-idle: 10
min-idle: 5
test-on-borrow: false
time-between-eviction-runs-millis: 18800
test-while-idle: true
validation-query: SELECT 1
redis:
host: 193.112.100.103
port: 6379
Expand Down

0 comments on commit 4fb9ae2

Please sign in to comment.