|
@@ -28,7 +28,7 @@ public class SwaggerConfig {
|
|
|
|
|
|
private ApiInfo apiInfo() {
|
|
|
return new ApiInfoBuilder().title("XXX后台接口")
|
|
|
- .description("XXX后台接口")
|
|
|
+ .description("申泽后台接口")
|
|
|
// http://localhost:8090/swagger-ui.html
|
|
|
// .termsOfServiceUrl("www.xxx.com").license("http://www.apache.org/licenses/LICENSE-2.0")
|
|
|
.version("1.0")
|