Skip to content

rickypat03/SpringSecurityTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 SpringSecurityTemplate

Java Spring Boot AWS Parameter Store License

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;

🚀 Getting Started

1. Clone the repository

git clone https://github.com/rickypat03/SpringSecurityTemplate.git

2. Checkout the branch that you want to use

git checkout main

3. Open the project

cd SpringSecurityTemplate
  • Import it into your favorite IDE (IntelliJ IDEA, Eclipse, VS Code);

  • Rename the project as you like;


4. Configure

  1. 🔍 Look for TODO comments in the code – they guide you on how to adapt the template.

  2. Edit application.properties to match your setup.

  3. Check and adjust pom.xml if needed.


5. Run & Build

You now have a working Spring Boot + Security application! Start adding your own:

  • Controllers;

  • Services;

  • Repositories;


🤝 Contributing

  • Fork the repo, create a branch, and open a pull request;

  • Found a bug? Have an idea? → Open an issue!

  • All contributions are welcome 🙌


📌 Next steps

  • Add example controllers and endpoints;
  • Provide Docker support;
  • Add the Authorization Server's version;

About

Starter template for Spring Boot with Spring Security, JWT, and AWS Parameter Store integration.

Topics

Resources

License

Stars

Watchers

Forks

Languages