Commit cbebbb356c77adf8e8f22ab63691da59b0a21239

Authored by zhangdaiscott
1 parent 78ee2e0a

生产环境swagger默认不关闭,需要自己设置,减少疑问

jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml
... ... @@ -265,7 +265,7 @@ knife4j:
265 265 #开启增强配置
266 266 enable: true
267 267 #开启生产环境屏蔽
268   - production: true
  268 + production: false
269 269 basic:
270 270 enable: true
271 271 username: jeecg
... ...