fix: nacos配置文件修改。
This commit is contained in:
@@ -9,10 +9,10 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>intc-invest-test</artifactId>
|
<artifactId>intc-invest-prod</artifactId>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
intc-invest-test 投资业务
|
intc-invest-test 投资业务,生产环境
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ server:
|
|||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
# 应用名称
|
# 应用名称
|
||||||
name: intc-invest-test
|
name: intc-invest-prod
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: dev
|
active: dev
|
||||||
@@ -23,13 +23,13 @@ spring:
|
|||||||
discovery:
|
discovery:
|
||||||
namespace: 6ff354f8-471d-46ef-bd30-b81588a009cd
|
namespace: 6ff354f8-471d-46ef-bd30-b81588a009cd
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 10.2.8.2:8848
|
server-addr: 8.140.22.151:8848
|
||||||
group: intc
|
group: intc
|
||||||
ip: 120.53.89.22
|
ip: 152.136.151.187
|
||||||
config:
|
config:
|
||||||
namespace: 6ff354f8-471d-46ef-bd30-b81588a009cd
|
namespace: 6ff354f8-471d-46ef-bd30-b81588a009cd
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 10.2.8.2:8848
|
server-addr: 8.140.22.151:8848
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
# 共享配置
|
# 共享配置
|
||||||
|
|||||||
Reference in New Issue
Block a user