1.修改生产环境配置
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user