2022-01-25 14:28:38 +08:00
|
|
|
# Tomcat
|
|
|
|
|
server:
|
|
|
|
|
port: 9809
|
|
|
|
|
|
|
|
|
|
# Spring
|
|
|
|
|
spring:
|
|
|
|
|
application:
|
|
|
|
|
# 应用名称
|
|
|
|
|
name: xhpc-card
|
|
|
|
|
profiles:
|
|
|
|
|
# 环境配置
|
|
|
|
|
active: dev
|
|
|
|
|
cloud:
|
|
|
|
|
nacos:
|
|
|
|
|
discovery:
|
|
|
|
|
# 服务注册地址
|
2024-07-01 09:31:42 +08:00
|
|
|
server-addr: 120.26.46.180:8858
|
2022-01-25 14:28:38 +08:00
|
|
|
config:
|
|
|
|
|
# 配置中心地址
|
2024-07-01 09:31:42 +08:00
|
|
|
server-addr: 120.26.46.180:8858
|
2022-01-25 14:28:38 +08:00
|
|
|
# 配置文件格式
|
|
|
|
|
file-extension: yml
|
|
|
|
|
# 共享配置
|
|
|
|
|
shared-configs:
|
|
|
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
2022-07-04 10:21:55 +08:00
|
|
|
#logging:
|
|
|
|
|
# level:
|
|
|
|
|
# com.xhpc.card.mapper: debug
|