Skip to content

A JAVA rest API to provide JWT token from mysql db with role based authorization and swagger documentation.

License

Notifications You must be signed in to change notification settings

nadeemiimt/java_spring_jwt_swagger_mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java_spring_jwt_swagger_mysql

A JAVA rest API to provide JWT token from mysql db with role based authorization and swagger documentation.

SETUP INSTRUCTION

  • Clone Project: git clone https://github.com/nadeemiimt/java_spring_jwt_swagger_mysql.git
  • Change MySql UserName and Password in application.properties
  • execute "mvn clean install" command to install all dependencies
  • To run project either run "mvn spring-boot:run" or "java -jar target/app-0.0.1-SNAPSHOT.jar"
  • Seed user name : iadmin, password: iadmin

API References

About

A JAVA rest API to provide JWT token from mysql db with role based authorization and swagger documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages