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