Skip to content

A spring project to try spring security with JWT, OAUTH2

License

Notifications You must be signed in to change notification settings

abrar-mahedavi/spring-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages