29 lines
572 B
YAML
Raw Normal View History

2021-07-13 17:50:09 +08:00
ppsvc:
server: 0.0.0.0
port: 8886
# Tomcat
server:
port: 1300
2021-07-13 17:50:09 +08:00
# Spring
spring:
application:
# 应用名称
2021-07-18 17:50:20 +08:00
name: xhpc-power-pile
2021-07-13 17:50:09 +08:00
profiles:
# 环境配置
active: dev
cloud:
discovery:
# 服务注册地址
server-addr: 172.31.183.135:8848
2021-07-13 17:50:09 +08:00
config:
# 配置中心地址
server-addr: 172.31.183.135:8848
2021-07-13 17:50:09 +08:00
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}