@@ -41,9 +41,9 @@ spring:
# 合并多个DruidDataSource的监控数据
#useGlobalDataSourceStat: true
redis:
- host: 123.56.114.197
+ host: localhost
port: 6379
- password: pinganfabu
+ password:
# 连接超时时间(毫秒)
timeout: 10000
jedis:
@@ -19,7 +19,7 @@ spring:
date-format: yyyy-MM-dd HH:mm:ss
profiles:
# 测试环境
- active: dev
+ active: test
# #生产环境
# active: pro
servlet: