Browse Source

swaggerconfig增加配置

huangwenjie 8 years ago
parent
commit
776812819e

+ 2 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/config/SwaggerConfig.java

@ -100,7 +100,8 @@ public class SwaggerConfig {
                        regex("/area/.*"),
                        regex("/login/.*"),
                        regex("/qrcode/.*"),
                        regex("/onepay/.*")
                        regex("/onepay/.*"),
                        regex("/wlyy_service/.*")
                ))
                .build()
                .apiInfo(otherApiInfo());