chore(config): 切换默认配置环境为生产环境

- 将 application.yml 中的 spring.profiles.active 配置从 dev 改为 prod
- 确保应用启动时默认加载生产环境配置
- 更新相关配置以适配生产环境部署需求
This commit is contained in:
lixiaolong 2025-12-03 15:07:04 +08:00
parent af4ffca210
commit 8f9e379819

View File

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