Skip to content

farhadssj/springboot-crud-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Springboot CRUD Security

This is a web application developed using Java SpringBoot with JWT based Authentication & MySQL CRUD operation. This web application API will cover foollowing areas

  1. JWT based Authentication and Authorization (username & password)
  2. Role base access in API (public, ADMIN, USER etc.)
  3. MySQL CRUD operation of Employee info

shields shields shields shields shields

Installation Steps:

1. Configure Database

CREATE SCHEMA `employee_db`;

2. Database Credential Setup

Update mysql database credential of each micro service in application.propertires file

spring.datasource.username = YOUR_USER_NAME
spring.datasource.password = YOUR_PASSWORD

Api Specification:

All API endpoints are mapped in postman collection. Collection will be found from here... SpringbootCRUDSecurityRestApiCollection

Web FrontEnd:

Web front end using angular framework can be found from here... AngularWebFrontEnd

About

Java Spring Boot application with JWT Role based Authentication and MySQL CRUD operations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages