diff --git a/docs/generators/spring.html b/docs/generators/spring.html
index 12fec3fb9cc..0da6902b528 100644
--- a/docs/generators/spring.html
+++ b/docs/generators/spring.html
@@ -72,7 +72,7 @@ sidebar_label: spring
useOptional | Use Optional container for optional parameters | | false |
hateoas | Use Spring HATEOAS library to allow adding HATEOAS links | | false |
returnSuccessCode | Generated server returns 2xx code | | false |
-unhandledException | Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring @ControllerAdvice directives). | false |
+unhandledException | Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring @ControllerAdvice directives). | | false |
library | library template (sub-template) | - 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 |
diff --git a/docs/generators/spring/index.html b/docs/generators/spring/index.html
index 12fec3fb9cc..0da6902b528 100644
--- a/docs/generators/spring/index.html
+++ b/docs/generators/spring/index.html
@@ -72,7 +72,7 @@ sidebar_label: spring
useOptional | Use Optional container for optional parameters | | false |
hateoas | Use Spring HATEOAS library to allow adding HATEOAS links | | false |
returnSuccessCode | Generated server returns 2xx code | | false |
-unhandledException | Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring @ControllerAdvice directives). | false |
+unhandledException | Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring @ControllerAdvice directives). | | false |
library | library template (sub-template) | - 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 |