|
|
@ -3,7 +3,7 @@ server:
|
|
|
|
port: 9202
|
|
|
|
port: 9202
|
|
|
|
|
|
|
|
|
|
|
|
# Spring
|
|
|
|
# Spring
|
|
|
|
spring:
|
|
|
|
spring:
|
|
|
|
application:
|
|
|
|
application:
|
|
|
|
# 应用名称
|
|
|
|
# 应用名称
|
|
|
|
name: op-gen
|
|
|
|
name: op-gen
|
|
|
@ -13,11 +13,14 @@ spring:
|
|
|
|
cloud:
|
|
|
|
cloud:
|
|
|
|
nacos:
|
|
|
|
nacos:
|
|
|
|
discovery:
|
|
|
|
discovery:
|
|
|
|
|
|
|
|
namespace: zxl
|
|
|
|
# 服务注册地址
|
|
|
|
# 服务注册地址
|
|
|
|
server-addr: localhost:8848
|
|
|
|
server-addr: 140.249.53.142:8848
|
|
|
|
config:
|
|
|
|
config:
|
|
|
|
|
|
|
|
#命名空间
|
|
|
|
|
|
|
|
# group: local
|
|
|
|
# 配置中心地址
|
|
|
|
# 配置中心地址
|
|
|
|
server-addr: localhost:8848
|
|
|
|
server-addr: 140.249.53.142:8848
|
|
|
|
# 配置文件格式
|
|
|
|
# 配置文件格式
|
|
|
|
file-extension: yml
|
|
|
|
file-extension: yml
|
|
|
|
# 共享配置
|
|
|
|
# 共享配置
|
|
|
|