Skip to content
This repository has been archived by the owner on Dec 25, 2019. It is now read-only.

Commit

Permalink
update jdbc.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Jan 5, 2017
1 parent 82da979 commit b1e56cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/jdbc.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jdbc.user2=root
jdbc.password2=tiger

#redis中心
redis.host=127.0.0.1
redis.host=27.126.180.210
redis.port=6379
redis.password=xxx
redis.password=tiger
redis.maxIdle=100
redis.maxActive=300
redis.maxWait=10000
Expand Down

0 comments on commit b1e56cc

Please sign in to comment.