config(env): 切换到生产环境配置
- 将激活的Spring配置文件从dev更改为prod - 更新环境配置以匹配生产环境设置 Signed-off-by: Gjm <你的邮箱>
This commit is contained in:
@@ -56,7 +56,7 @@ server:
|
|||||||
spring:
|
spring:
|
||||||
# 环境配置,dev=开发环境,prod=生产环境
|
# 环境配置,dev=开发环境,prod=生产环境
|
||||||
profiles:
|
profiles:
|
||||||
active: dev # 环境配置,dev=开发环境,prod=生产环境
|
active: prod # 环境配置,dev=开发环境,prod=生产环境
|
||||||
# 资源信息
|
# 资源信息
|
||||||
messages:
|
messages:
|
||||||
# 国际化资源文件路径
|
# 国际化资源文件路径
|
||||||
|
|||||||
Reference in New Issue
Block a user