forked from loafle/openapi-generator-original
@@ -72,7 +72,7 @@ sidebar_label: spring</p>
|
||||
<tr><td>useOptional</td><td>Use Optional container for optional parameters</td><td></td><td>false</td></tr>
|
||||
<tr><td>hateoas</td><td>Use Spring HATEOAS library to allow adding HATEOAS links</td><td></td><td>false</td></tr>
|
||||
<tr><td>returnSuccessCode</td><td>Generated server returns 2xx code</td><td></td><td>false</td></tr>
|
||||
<tr><td>unhandledException</td><td>Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring <code>@ControllerAdvice</code> directives).</td><td>false</td></tr>
|
||||
<tr><td>unhandledException</td><td>Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring <code>@ControllerAdvice</code> directives).</td><td></td><td>false</td></tr>
|
||||
<tr><td>library</td><td>library template (sub-template)</td><td><dl><dt><strong>spring-boot</strong></dt><dd>Spring-boot Server application using the SpringFox integration.</dd><dt><strong>spring-mvc</strong></dt><dd>Spring-MVC Server application using the SpringFox integration.</dd><dt><strong>spring-cloud</strong></dt><dd>Spring-Cloud-Feign client with Spring-Boot auto-configured settings.</dd><dl></td><td>spring-boot</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -72,7 +72,7 @@ sidebar_label: spring</p>
|
||||
<tr><td>useOptional</td><td>Use Optional container for optional parameters</td><td></td><td>false</td></tr>
|
||||
<tr><td>hateoas</td><td>Use Spring HATEOAS library to allow adding HATEOAS links</td><td></td><td>false</td></tr>
|
||||
<tr><td>returnSuccessCode</td><td>Generated server returns 2xx code</td><td></td><td>false</td></tr>
|
||||
<tr><td>unhandledException</td><td>Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring <code>@ControllerAdvice</code> directives).</td><td>false</td></tr>
|
||||
<tr><td>unhandledException</td><td>Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring <code>@ControllerAdvice</code> directives).</td><td></td><td>false</td></tr>
|
||||
<tr><td>library</td><td>library template (sub-template)</td><td><dl><dt><strong>spring-boot</strong></dt><dd>Spring-boot Server application using the SpringFox integration.</dd><dt><strong>spring-mvc</strong></dt><dd>Spring-MVC Server application using the SpringFox integration.</dd><dt><strong>spring-cloud</strong></dt><dd>Spring-Cloud-Feign client with Spring-Boot auto-configured settings.</dd><dl></td><td>spring-boot</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user