2021-07-13 17:50:09 +08:00
|
|
|
ppsvc:
|
|
|
|
|
server: 0.0.0.0
|
|
|
|
|
port: 8886
|
|
|
|
|
|
|
|
|
|
# Tomcat
|
|
|
|
|
server:
|
2021-07-26 18:18:11 +08:00
|
|
|
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:
|
|
|
|
|
# 服务注册地址
|
2022-03-31 11:01:19 +08:00
|
|
|
server-addr: 172.31.183.135:8848
|
2021-07-13 17:50:09 +08:00
|
|
|
config:
|
|
|
|
|
# 配置中心地址
|
2022-03-31 11:01:19 +08:00
|
|
|
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}
|