2
0

feat: rename directory wfc-modules-user to wfc-user

This commit is contained in:
zhangsz
2024-12-30 10:03:24 +08:00
parent b79f2a441a
commit dd0404b6a6
151 changed files with 26 additions and 19 deletions

View File

@@ -0,0 +1,27 @@
# Tomcat
server:
port: ${WFC_USER_PORT:9206}
# Spring
spring:
application:
# 应用名称
name: wfc-user
profiles:
# 环境配置
active: '@profileName@'
cloud:
nacos:
discovery:
# 服务注册地址
server-addr: wfc-nacos:${NACOS_SERVER_PORT}
namespace: ${NACOS_NAME_SPACE}
config:
# 配置中心地址
server-addr: wfc-nacos:${NACOS_SERVER_PORT}
namespace: ${NACOS_NAME_SPACE}
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}