Browse Source

还原注释

master
dimengzhe 3 years ago
parent
commit
ac76d3f05e
  1. 7
      anrui-gateway/src/main/resources/application.yml

7
anrui-gateway/src/main/resources/application.yml

@ -131,14 +131,15 @@ ignore:
- /portal/v1/regions/getCity - /portal/v1/regions/getCity
- /portal/v1/regions/getCounty - /portal/v1/regions/getCounty
- /portal/v1/wxuser/test - /portal/v1/wxuser/test
- /portal/v1/appuser/updateAppId #解绑用户的appId
whitesTwo: #包含所有 whitesTwo: #包含所有
###swagger相关开始 ###swagger相关开始
#- /doc.html - /doc.html
- /webjars/** - /webjars/**
#- /swagger-resources - /swagger-resources
#- /v2/** - /v2/**
- /favicon.ico - /favicon.ico
- /upload/** - /upload/**
###swagger相关结束 ###swagger相关结束

Loading…
Cancel
Save