added spring-mvc sample

This commit is contained in:
Tony Tam
2015-04-04 13:46:35 -07:00
parent 568ca26747
commit 02fd96a24a
6 changed files with 29 additions and 36 deletions

View File

@@ -22,7 +22,7 @@ public class SwaggerConfig {
ApiInfo apiInfo() {
ApiInfo apiInfo = new ApiInfo(
"{{appName}}",
"{{appDescription}}",
"{{{appDescription}}}",
"{{appVersion}}",
"{{infoUrl}}",
"{{infoEmail}}",