Springfox - PR review fixes

This commit is contained in:
Anshul BANSAL 2019-12-01 13:08:53 +02:00
parent c7e8eb29ef
commit 848abce396
2 changed files with 21 additions and 15 deletions

View File

@ -50,8 +50,14 @@ public class SpringfoxApplication {
}
private ApiInfo apiInfo() {
return new ApiInfo("Springfox API specification", "User REST and Spring Data APIs",
"", "", null, "License of API", "API license URL", Collections.emptyList());
return new ApiInfo("Springfox API specification",
"User REST and Spring Data APIs",
"",
"",
null,
"License of API",
"API license URL",
Collections.emptyList());
}
@Bean