Next Steps
Additional Content
Now that you have successfully added authentication to an existing project you can further explore the topics below:
- For a deeper dive into
spring security
you can visit the official docs . - View this guide that walks through the creation of a spring MVC web application using Spring Security.
- Baeldung Spring Security Basic Authentication walkthrough. This will will walk through the process of basic authentication with Spring with an MVC application.