dubbo文档操作接口和页面

This commit is contained in:
暮光:城中城
2019-02-15 20:58:37 +08:00
parent 4a7541d7e7
commit 4d51b48429
42 changed files with 76 additions and 3913 deletions

View File

@@ -60,7 +60,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
};
// 文档页面需要具有文档权限
String[] docAntPatterns = {
"/document.html", "/doc-db.html", "/doc.html", "/swagger-ui.html",
"/document.html", "/doc-db.html", "/doc.html", "/swagger-ui.html", "/doc-dubbo.html",
"/swagger-mg-ui/document/**", "/swagger-mg-ui/storage/**", "/swagger-resources/**"
};
http.authorizeRequests()