Skip to content

Commit 26f7f42

Browse files
authored
docs: update useSpringBoot3 note
1 parent 2682130 commit 26f7f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/generators/spring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
104104
|useOptional|Use Optional container for optional parameters| |false|
105105
|useResponseEntity|Use the `ResponseEntity` type to wrap return values of generated API methods. If disabled, method are annotated using a `@ResponseStatus` annotation, which has the status of the first response declared in the Api definition| |true|
106106
|useSealed|Whether to generate sealed model interfaces and classes| |false|
107-
|useSpringBoot3|Generate code and provide dependencies for use with Spring Boot 3.x. (Use jakarta instead of javax in imports). Enabling this option will also enable `useJakartaEe`.| |false|
107+
|useSpringBoot3|Generate code and provide dependencies for use with Spring Boot 3.x. (use jakarta instead of javax in imports). Enabling this option will also enable `useJakartaEe`.| |false|
108108
|useSpringBuiltInValidation|Disable `@Validated` at the class level when using built-in validation.| |false|
109109
|useSpringController|Annotate the generated API as a Spring Controller| |false|
110110
|useSwaggerUI|Open the OpenApi specification in swagger-ui. Will also import and configure needed dependencies| |true|

0 commit comments

Comments
 (0)