Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.44 KB

File metadata and controls

32 lines (25 loc) · 1.44 KB

Spring Boot Boiler Plate

A spring boot boiler plate for spring security 6 and swagger!!

Star it GitHub stars , Fork it GitHub forks , Contribute to it

Spring Boot boiler plate containing :

1. Spring Security 6

2. Swagger Api Documentation

3. User Apis preconfigured

4. User Endpoints ( Get All , Ceate , Login , etc)

5. Folder Structure

How to access this boiler plate ang get started

Step 1 : Clone the boiler plate repository
git clone https://github.com/jazzybruno/springBoot_bolierplate_with_springSecurity.git
Step 2 : Go to the cloned repository and delete the existing git folder
Step 3 : Add your own Repository and start working
git init
Step 4 : You can edit the configuration of the authorization of the different routes in the security configuration file

Contributing

We welcome contributions from the community! If you'd like to contribute to this repository, please follow these steps:

  1. Fork the repository
  2. Make your changes
  3. Submit a pull request