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

- 将 spring.profiles.active 默认值从 dev 改为 prod
- 确保生产环境配置作为默认启动配置
- 更新 application.yml 中的 profiles 配置项
This commit is contained in:
lixiaolong 2025-12-03 15:55:28 +08:00
parent 04c55a5dc2
commit f968b1d5e6

View File

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