浏览代码

swaggerconfig增加配置

huangwenjie 8 年之前
父节点
当前提交
776812819e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/config/SwaggerConfig.java

+ 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("/area/.*"),
                        regex("/login/.*"),
                        regex("/login/.*"),
                        regex("/qrcode/.*"),
                        regex("/qrcode/.*"),
                        regex("/onepay/.*")
                        regex("/onepay/.*"),
                        regex("/wlyy_service/.*")
                ))
                ))
                .build()
                .build()
                .apiInfo(otherApiInfo());
                .apiInfo(otherApiInfo());