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

@@ -8,7 +8,7 @@
<packaging>war</packaging>
<name>zyplayer-doc-manage</name>
<description>定位为所有文档的管理项目swagger文档、数据库文档、、、、等</description>
<description>定位为所有文档的管理项目swagger文档、dubbo文档、数据库文档、、、、等</description>
<parent>
<groupId>org.springframework.boot</groupId>

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()