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

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

Signed-off-by: Gjm <你的邮箱>
This commit is contained in:
Gjm
2026-05-11 08:36:16 +08:00
parent de71466c0a
commit 51eb4a90d3

View File

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