保存SAP配置文件
parent
1cb1fdd2a2
commit
ead3c02c8b
@ -1,31 +0,0 @@
|
||||
# Tomcat
|
||||
server:
|
||||
port: 9213
|
||||
|
||||
# Spring
|
||||
spring:
|
||||
application:
|
||||
# 应用名称
|
||||
name: op-sap
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: dev
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
#命名空间
|
||||
namespace: lanju-op-test
|
||||
group: test
|
||||
# 服务注册地址
|
||||
server-addr: 192.168.202.20:8848
|
||||
config:
|
||||
#命名空间
|
||||
namespace: lanju-op-test
|
||||
group: test
|
||||
# 服务注册地址
|
||||
server-addr: 192.168.202.20:8848
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
shared-configs:
|
||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
Loading…
Reference in New Issue