Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQ] Improve 'spring-boot' generator to remove dependency to allow disable springfox support #10409

Closed
ghilainm opened this issue Sep 16, 2021 · 2 comments

Comments

@ghilainm
Copy link

Is your feature request related to a problem? Please describe.

Yes, i don't want to use springfox and it is automatically added to the generated classes.

Describe the solution you'd like

New option to disable springfox support if not wanted.

Describe alternatives you've considered

Post processing resources generated, or override default template, but seems like a burden which shouldn't be imposed to all spring-boot generator clients.

@bennypi
Copy link

bennypi commented Dec 9, 2021

I would really like to see this improvement implemented, not only because one may not like springfox, but because right now springfox and spring boot 2.6 do not work together. Apparently springfox is also no longer maintained, there hasn't been a commit to the repository in over a year.

Please see these two issues at the spring fox repository for the incompatibility with spring boot 2.6:
springfox/springfox#3462
springfox/springfox#3934

As far as I can tell, the spring boot generator does not work with spring boot 2.6.

@wing328
Copy link
Member

wing328 commented Jan 2, 2022

Closed via #11181. Please pull the latest master to give it another try.

@wing328 wing328 closed this as completed Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants