A Spring Boot starter template with Spring Security pre-configured.
This project gives you a clean foundation to quickly build secure web applications.
👉 In this first version you’ll need:
- A database (PostgreSQL, MySQL, etc.);
- AWS Parameter Store;
git clone https://github.com/rickypat03/SpringSecurityTemplate.git
git checkout main
cd SpringSecurityTemplate
-
Import it into your favorite IDE (IntelliJ IDEA, Eclipse, VS Code);
-
Rename the project as you like;
-
🔍 Look for TODO comments in the code – they guide you on how to adapt the template.
-
Edit application.properties to match your setup.
-
Check and adjust pom.xml if needed.
You now have a working Spring Boot + Security application! Start adding your own:
-
Controllers;
-
Services;
-
Repositories;
-
Fork the repo, create a branch, and open a pull request;
-
Found a bug? Have an idea? → Open an issue!
-
All contributions are welcome 🙌
- Add example controllers and endpoints;
- Provide Docker support;
- Add the Authorization Server's version;