1.修改生产环境配置

This commit is contained in:
2025-06-27 21:53:06 +08:00
parent 5bcb57013b
commit a6a9e46812
3 changed files with 11 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ spring:
name: springboot-init
# 默认 dev 环境
profiles:
active: dev
active: prod
# 支持 swagger3
mvc:
pathmatch:
@@ -87,7 +87,7 @@ cos:
bucket: xxx
# 接口文档配置
knife4j:
enable: true
enable: false
openapi:
title: "接口文档"
version: 1.0