Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 452 Bytes

File metadata and controls

29 lines (20 loc) · 452 Bytes

SpringbootSecurity

Demo app to implement basic authentication and roles using Springboot

Building Project

Make sure build machine has JDK 8 installed and in the path of the build process.

Clone the repository

git clone https://github.com/arunkumartaneja/SpringbootSecurity.git

Go into the project's directory

cd SpringbootSecurity

Execute the build

./gradlew build

Start the application

./gradlew bootRun