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