From d93cc304743bf4d8931e2e180886cb516a61293c Mon Sep 17 00:00:00 2001
From: wing328
Date: Thu, 4 Apr 2019 22:55:40 +0000
Subject: [PATCH] Deploy website
Deploy website version based on 77f878042d558a721e0171848931174f76ad3ef5
---
docs/generators/spring.html | 4 ++--
docs/generators/spring/index.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/generators/spring.html b/docs/generators/spring.html
index 86b13d50219..4fc3bd79bc1 100644
--- a/docs/generators/spring.html
+++ b/docs/generators/spring.html
@@ -67,7 +67,7 @@ sidebar_label: spring
useTags | use tags for creating interface and controller classnames | | false |
useBeanValidation | Use BeanValidation API annotations | | true |
performBeanValidation | Use Bean Validation Impl. to perform BeanValidation | | false |
-implicitHeaders | Use of @ApiImplicitParams for headers. | | false |
+implicitHeaders | Skip header parameters in the generated API methods using @ApiImplicitParams annotation. | | false |
swaggerDocketConfig | Generate Spring OpenAPI Docket configuration class. | | false |
apiFirst | Generate the API from the OAI spec at server compile time (API first approach) | | false |
useOptional | Use Optional container for optional parameters | | false |
@@ -76,4 +76,4 @@ sidebar_label: spring
library | library template (sub-template) to use | - spring-boot
- Spring-boot Server application using the SpringFox integration.
- spring-mvc
- Spring-MVC Server application using the SpringFox integration.
- spring-cloud
- Spring-Cloud-Feign client with Spring-Boot auto-configured settings.
| spring-boot |
-Last updated on 2019-3-26