|
@@ -59,8 +59,8 @@ public class SwaggerConfigurer {
|
|
|
|
|
|
private ApiInfo apiInfo() {
|
|
private ApiInfo apiInfo() {
|
|
return new ApiInfoBuilder()
|
|
return new ApiInfoBuilder()
|
|
- .title(" feedback-service api ")
|
|
|
|
- .description("feedback-service 微服务")
|
|
|
|
|
|
+ .title("病历质控系统 api ")
|
|
|
|
+ .description("病历质控系统服务")
|
|
.termsOfServiceUrl("")
|
|
.termsOfServiceUrl("")
|
|
.contact(new Contact("diagbot","",""))
|
|
.contact(new Contact("diagbot","",""))
|
|
.version("1.0")
|
|
.version("1.0")
|