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