Added controllers description

This commit is contained in:
BuildTools
2020-11-04 16:40:02 +01:00
parent ba26d67cd4
commit b308373062
8 changed files with 35 additions and 6 deletions

View File

@ -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();
}