abrar-mahedavi / spring-security

A spring project to try spring security with JWT, OAUTH2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-security

A spring project to try spring security with JWT, OAUTH2

Build

mvn clean install       # A bit slower as copies the jar to .m2 folder
mvn clean package       # A bit faster as skips the copy part

Run

mvn spring-boot:run     # Run the project 
java -jar target/security-basic-0.0.1-SNAPSHOT.jar

Test

mvn test 

About

A spring project to try spring security with JWT, OAUTH2

License:MIT License


Languages

Language:Java 100.0%