Browse Source

代码提交

chenweida 8 years ago
parent
commit
6b859a8aee

+ 5 - 1
common/common-swagger/src/main/java/com/yihu/jw/config/SwaggerConfig.java

@ -103,7 +103,11 @@ public class SwaggerConfig {
                         regex("/"+ BaseContants.Function.api_common+"/.*")
                         regex("/"+ BaseContants.Function.api_common+"/.*")
                        ,regex("/"+ BaseContants.Saas.api_common+"/.*")
                        ,regex("/"+ BaseContants.Saas.api_common+"/.*")
                        ,regex("/"+ BaseContants.Module.api_common+"/.*")
                        ,regex("/"+ BaseContants.Module.api_common+"/.*")
                        ,regex("/"+ WxContants.Wechat.api_common+"/.*")
                        ,regex("/"+ WxContants.WxTemplate.api_common+"/.*")
                        ,regex("/"+ WxContants.WxGraphicMessage.api_common+"/.*")
                        ,regex("/"+ WxContants.WxMenu.api_common+"/.*")
                        ,regex("/"+ WxContants.WxAccessToken.api_common+"/.*")
                ))
                ))
                .build()
                .build()
                .apiInfo(jwBaseApiInfo());
                .apiInfo(jwBaseApiInfo());

+ 3 - 1
svr/svr-manage/readme.MD

@ -1,2 +1,4 @@
登陆页面
登陆页面
http://localhost:8080/login/login.jsp
http://localhost:8080/login/login.jsp
默认用户
admin 123456

+ 8 - 0
svr/svr-manage/src/main/resources/banner.txt

@ -0,0 +1,8 @@
   _____                __  __
  / ____|              |  \/  |
 | (_____   ___ __     | \  / | __ _ _ __   __ _  __ _  ___
  \___ \ \ / / '__|    | |\/| |/ _` | '_ \ / _` |/ _` |/ _ \
  ____) \ V /| |       | |  | | (_| | | | | (_| | (_| |  __/
 |_____/ \_/ |_|       |_|  |_|\__,_|_| |_|\__,_|\__, |\___|
                                                  __/ |
                                                 |___/