还原初始模块

This commit is contained in:
2025-05-21 17:30:23 +08:00
parent c3833e2903
commit 5bf210cbf4
411 changed files with 147 additions and 171 deletions

View File

@@ -0,0 +1,17 @@
server:
port: 48081
spring:
application:
name: system-server
profiles:
active: local
config:
import:
- optional:classpath:application-${spring.profiles.active}.yaml # 加载【本地】配置
- optional:nacos:application.yaml # 加载【Nacos】通用的配置
- optional:nacos:tenant.yaml # 加载【Nacos】通用的配置
- optional:nacos:${spring.application.name}-${spring.profiles.active}.yaml # 加载【Nacos】的配置