PR fix
This commit is contained in:
parent
848abce396
commit
70190aff49
|
@ -50,7 +50,8 @@ public class SpringfoxApplication {
|
||||||
}
|
}
|
||||||
|
|
||||||
private ApiInfo apiInfo() {
|
private ApiInfo apiInfo() {
|
||||||
return new ApiInfo("Springfox API specification",
|
return new ApiInfo(
|
||||||
|
"Springfox API specification",
|
||||||
"User REST and Spring Data APIs",
|
"User REST and Spring Data APIs",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
|
Loading…
Reference in New Issue