config(env): 切换到生产环境配置

- 将激活的Spring配置文件从dev更改为prod
- 更新环境配置以匹配生产环境设置

Signed-off-by: Gjm <你的邮箱>
This commit is contained in:
Gjm
2026-04-11 08:48:45 +08:00
parent bd3328f332
commit b06931cf24

View File

@@ -54,7 +54,7 @@ server:
spring:
# 环境配置dev=开发环境prod=生产环境
profiles:
active: dev # 环境配置dev=开发环境prod=生产环境
active: prod # 环境配置dev=开发环境prod=生产环境
# 资源信息
messages:
# 国际化资源文件路径