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"
]