|
@@ -27,9 +27,9 @@ public class Swagger2Config {
|
|
|
|
|
|
private ApiInfo apiInfo() {
|
|
|
return new ApiInfoBuilder()
|
|
|
- .title("JQAS 司法问答系统 demo")
|
|
|
- .description("接口文档说明")
|
|
|
- .termsOfServiceUrl("http://192.168.1.73:10081/")
|
|
|
+ .title("JQAS 司法问答系统 无权限版")
|
|
|
+ .description("无权限版接口文档说明")
|
|
|
+ .termsOfServiceUrl("http://192.168.1.73:17001")
|
|
|
.contact(new Contact("管慧娟", "", "ghj@s-privacy.com"))
|
|
|
.version("1.0")
|
|
|
.build();
|