Kaynağa Gözat

代码提交

xiao547607 4 yıl önce
ebeveyn
işleme
5f564a9bd8

+ 1 - 1
web/src/main/java/com/jpsoft/employment/config/SwaggerConfig.java

@@ -25,7 +25,7 @@ public class SwaggerConfig {
         return new Docket(DocumentationType.SWAGGER_2)
                 .apiInfo(apiInfo())
                 .select()
-                .apis(RequestHandlerSelectors.basePackage("com.jpsoft.enterprise"))
+                .apis(RequestHandlerSelectors.basePackage("com.jpsoft.employment"))
                 .paths(PathSelectors.any())
                 .build()
                 //添加登录认证