提交SAP配置文件
parent
95ef399887
commit
64c36b6829
@ -0,0 +1,32 @@
|
|||||||
|
# Tomcat
|
||||||
|
server:
|
||||||
|
port: 9213
|
||||||
|
|
||||||
|
# Spring
|
||||||
|
spring:
|
||||||
|
application:
|
||||||
|
# 应用名称
|
||||||
|
name: op-sap
|
||||||
|
profiles:
|
||||||
|
# 环境配置
|
||||||
|
active: dev
|
||||||
|
cloud:
|
||||||
|
nacos:
|
||||||
|
discovery:
|
||||||
|
#命名空间
|
||||||
|
namespace: lanju-op-test
|
||||||
|
group: ywl
|
||||||
|
# 服务注册地址
|
||||||
|
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