@@ -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()
//添加登录认证