This commit is contained in:
Anshul BANSAL 2019-12-01 18:00:55 +02:00
parent 848abce396
commit 70190aff49
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ public class SpringfoxApplication {
}
private ApiInfo apiInfo() {
return new ApiInfo("Springfox API specification",
return new ApiInfo(
"Springfox API specification",
"User REST and Spring Data APIs",
"",
"",