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

Migrate Spring boot MVC #2467

Closed
DamnClin opened this issue Jul 10, 2022 · 2 comments · Fixed by #2579
Closed

Migrate Spring boot MVC #2467

DamnClin opened this issue Jul 10, 2022 · 2 comments · Fixed by #2579

Comments

@DamnClin
Copy link
Collaborator

Migrate src/main/java/tech/jhipster/lite/generator/server/springboot/mvc/web to module.

I think we should split it to have a module dedicated to error handling (for example I'm not using zalando problems so I remove this part). What do you think @pascalgrimaud ?

@DamnClin DamnClin changed the title Mugrate Spring boot MVC Migrate Spring boot MVC Jul 10, 2022
@pascalgrimaud
Copy link
Member

Sure we can split this module into 2 different one:

  • 1 for simple MVC
  • 1 for Zalando with Exception Handler

But, if I remember well, the current JWT and OAuth2 implementation need Zalando

@DamnClin
Copy link
Collaborator Author

I think they used to need it for a configuration in the SecurityConfiguration (personally I rewrite this) but yes there will be some replacement to handle here

This was referenced Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants