Skip to content

Files

Latest commit

 

History

History
15 lines (12 loc) · 704 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 704 Bytes

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