Added controllers description
This commit is contained in:
@ -30,8 +30,8 @@ public class Swagger2Config extends WebMvcConfigurationSupport {
|
||||
}
|
||||
|
||||
private ApiInfo apiInfo() {
|
||||
return new ApiInfoBuilder().title("xxxxx").description("Swagger2 builds RESTful APIs")
|
||||
.termsOfServiceUrl("http://www.baidu.com/")
|
||||
return new ApiInfoBuilder().title("plannaplan").description("Aplikacja do zapisów na zajęcia UAM.")
|
||||
.termsOfServiceUrl("https://plannaplan.pl/")
|
||||
// .contact("")
|
||||
.version("1.0").build();
|
||||
}
|
||||
|
Reference in New Issue
Block a user