26 lines
541 B
YAML
Raw Normal View History

2021-07-20 21:07:11 +08:00
# Tomcat
server:
port: 9802
# Spring
2021-07-21 18:07:56 +08:00
spring:
2021-07-20 21:07:11 +08:00
application:
# 应用名称
2021-07-21 18:07:56 +08:00
name: xhpc-general
2021-07-20 21:07:11 +08:00
profiles:
# 环境配置
active: dev
cloud:
nacos:
discovery:
# 服务注册地址
2021-08-04 18:06:31 +08:00
server-addr: 118.24.137.203:8848
2021-07-20 21:07:11 +08:00
config:
# 配置中心地址
2021-08-04 18:06:31 +08:00
server-addr: 118.24.137.203:8848
2021-07-20 21:07:11 +08:00
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}