Is there a way to configure openapi-generator to use jakarta package during generation
Yes, you can use useSpringBoot3: “true” in your configoptions of the generator. Example in gradle: configOptions = [ useSpringBoot3: “true” ]
Yes, you can use useSpringBoot3: “true” in your configoptions of the generator. Example in gradle: configOptions = [ useSpringBoot3: “true” ]