修改配置文件
This commit is contained in:
@@ -125,7 +125,7 @@ spring:
|
||||
multi-statement-allow: true
|
||||
redis:
|
||||
# 地址
|
||||
host: 124.243.245.42
|
||||
host: 127.0.0.1
|
||||
# 端口,默认为6379
|
||||
port: 5379
|
||||
# 数据库索引
|
||||
@@ -249,7 +249,7 @@ wx:
|
||||
easy-es:
|
||||
enable: true
|
||||
banner: false
|
||||
address: 124.243.245.42:9200
|
||||
address: 127.0.0.1:9200
|
||||
global-config:
|
||||
process-index-mode: manual
|
||||
db-config:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
spring:
|
||||
profiles:
|
||||
active: test
|
||||
active: dev
|
||||
Reference in New Issue
Block a user