Skip to content

Java Spring Boot Employee job allocation CRUD service for beginners

Notifications You must be signed in to change notification settings

wnm-trojan/simple-employee-job-allocation-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-employee-job-allocation-service

Java Spring Boot Employee job allocation CRUD service

This is a simple Employee job allocation RESTful API Service for study purpose only.

API Services

Department

Employee

Job Allocation

Work Log  

Models

Department Model

Employee Model

JobAllocation Model

WorkLog Model  

Repository

Employee Repository

Department Repository

JobAllocation Repository

WorkLog Repository  

Controllers

Employee Controller

Department Controller

JobAllocation Controller

WorkLog Controller

Security

Securing RESTful APIs with JWTs

JSON Web Tokens, commonly known as JWTs, are tokens that are used to authenticate users on applications. This technology has gained popularity over the past few years because it enables backends to accept requests simply by validating the contents of these JWTS. That is, applications that use JWTS no longer have to hold cookies or other session data about their users. This characteristic facilitates scalability while keeping applications secure.

Releases

No releases published

Packages

No packages published

Languages