-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Document How to Configure Spring Security in Eclipse, IntelliJ, and VSCode #11157
Comments
The import order is not fixed automatically, we should provide the IDE configuration or at least mention what is the expected import order:
|
I think setting up the dev environment should go in a separate document. The reason is that it branches out based on your IDE and perhaps your OS. I think Spring Framework's Build from Source document could be a guide. |
As I just experienced the horrors of getting the formatting correct, I'd like to say it appears IntelliJ now supports the necessary import configurations. For development environments Spring as a whole could provide simple dev containers or devfiles with the expected tools (Gradle, JVM Versions, etc) to contribute. (I will admit I haven't reviewed if other issues have covered this topic previously) |
Some users are having a hard time configuring their environment to work with the Spring Security codebase.
We should review and improve the CONTRIBUTING doc in order to avoid contributors wasting time with stuff like formatting, imports, etc.
See:
The text was updated successfully, but these errors were encountered: