chore(config): 切换默认激活配置文件为开发环境

- 将 spring.profiles.active 从 ysb2 更改为 dev
- 更新默认运行环境配置以适应开发需求
This commit is contained in:
2026-03-29 00:31:00 +08:00
parent 7dede6f36f
commit 17352718c5

View File

@@ -4,7 +4,7 @@ server:
# 多环境配置
spring:
profiles:
active: ysb2
active: dev
application:
name: server