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

- 将 application.yml 中的 spring.profiles.active 从 prod 改为 dev
- 确保开发环境下的配置生效
- 便于本地调试和开发测试
This commit is contained in:
lixiaolong 2025-12-03 16:13:32 +08:00
parent 5c072bf91d
commit 8a5b505a81

View File

@ -50,7 +50,7 @@ spring:
# 国际化资源文件路径
basename: i18n/messages
profiles:
active: prod
active: dev
# 文件上传
servlet:
multipart: