Commit 92adc2a70336131bc68caf431ed5da31dbc623d9

Authored by 2c2c2c
1 parent 6f393dd3

关闭 swagger

Bsth-admin/src/main/resources/application-druid-dev.yml
@@ -148,7 +148,7 @@ mybatis-plus: @@ -148,7 +148,7 @@ mybatis-plus:
148 # Swagger配置 148 # Swagger配置
149 swagger: 149 swagger:
150 # 是否开启swagger 150 # 是否开启swagger
151 - enabled: true 151 + enabled: false
152 # 请求前缀 152 # 请求前缀
153 # pathMapping: /dev-api 153 # pathMapping: /dev-api
154 pathMapping: / 154 pathMapping: /
Bsth-admin/src/main/resources/application-druid-uat.yml
@@ -166,7 +166,7 @@ mybatis-plus: @@ -166,7 +166,7 @@ mybatis-plus:
166 # Swagger配置 166 # Swagger配置
167 swagger: 167 swagger:
168 # 是否开启swagger 168 # 是否开启swagger
169 - enabled: true 169 + enabled: false
170 # 请求前缀 170 # 请求前缀
171 # pathMapping: /dev-api 171 # pathMapping: /dev-api
172 pathMapping: / 172 pathMapping: /
Bsth-admin/src/main/resources/application.yml
@@ -126,7 +126,7 @@ pagehelper: @@ -126,7 +126,7 @@ pagehelper:
126 # Swagger配置 126 # Swagger配置
127 swagger: 127 swagger:
128 # 是否开启swagger 128 # 是否开启swagger
129 - enabled: true 129 + enabled: false
130 # 请求前缀 130 # 请求前缀
131 # pathMapping: /dev-api 131 # pathMapping: /dev-api
132 pathMapping: / 132 pathMapping: /