|
@@ -1,4 +1,4 @@
|
|
|
-package com.tidecloud.dataacceptance.swagger;
|
|
|
+package com.tidecloud.dataacceptance.bean;
|
|
|
|
|
|
import org.springframework.context.annotation.Bean;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
@@ -24,7 +24,7 @@ public class SwaggerConfig {
|
|
|
return new Docket(DocumentationType.SWAGGER_2)
|
|
|
.apiInfo(apiInfo())
|
|
|
.select()
|
|
|
- .apis(RequestHandlerSelectors.basePackage("com.tidecloud.datacceptance.web"))
|
|
|
+ .apis(RequestHandlerSelectors.basePackage("com.tidecloud.dataacceptance.web"))
|
|
|
.paths(PathSelectors.any())
|
|
|
.build();
|
|
|
}
|