|
@@ -1,6 +1,6 @@
|
|
|
# Tomcat
|
|
|
server:
|
|
|
- port: 3200
|
|
|
+ port: 9200
|
|
|
#是否限制登录
|
|
|
upkeep: false
|
|
|
# Spring
|
|
@@ -16,7 +16,7 @@ spring:
|
|
|
discovery:
|
|
|
# 服务注册地址
|
|
|
server-addr: 127.0.0.1:8848
|
|
|
- namespace: shujuju-daping
|
|
|
+ namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c
|
|
|
config:
|
|
|
# 配置中心地址
|
|
|
server-addr: 127.0.0.1:8848
|
|
@@ -25,4 +25,4 @@ spring:
|
|
|
# 共享配置
|
|
|
shared-configs:
|
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
- namespace: shujuju-daping
|
|
|
+ namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c
|