Skip to content

Commit

Permalink
修改配置信息和备注文档
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-peiyu committed May 11, 2017
1 parent f15a84a commit 369a433
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ PS:测试数据库会不定期恢复。
* E-mail:[email protected]
* GitHub:<https://github.com/liu-peiyu/SpringBootAdmin>
* 开源中国:<http://git.oschina.net/liupeiyu/springbootadmin>
* 支持项目发展:(加我好友)支付宝:[email protected] &nbsp; 微信:l_iupeiyu

一个人的个人能力再强,也无法战胜一个团队,希望兄弟姐妹的支持,能够贡献出自己的部分代码,参与进来共同完善它(^_^)。

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ spring.datasource.password = root
# Redis数据库索引(默认为0)
spring.redis.database=0
# Redis服务器地址
spring.redis.host=121.41.17.147
spring.redis.host=127.0.01
# Redis服务器连接端口
spring.redis.port=6379
# Redis服务器连接密码(默认为空)
spring.redis.password=GeekCattle123
spring.redis.password=
# 连接池最大连接数(使用负值表示没有限制)
spring.redis.pool.max-active=8
2 changes: 1 addition & 1 deletion src/main/resources/application-pro.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spring.redis.host=127.0.0.1
# Redis服务器连接端口
spring.redis.port=6379
# Redis服务器连接密码(默认为空)
spring.redis.password=GeekCattle123
spring.redis.password=
# 连接池最大连接数(使用负值表示没有限制)
spring.redis.pool.max-active=8

0 comments on commit 369a433

Please sign in to comment.