Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakesh3596/employeemanegmentapp
Goldlocks Employe Manegement Application
https://github.com/rakesh3596/employeemanegmentapp
corejava hibernate java maven mysql-database postman rdbms spring-boot spring-mvc swagger-ui
Last synced: about 7 hours ago
JSON representation
Goldlocks Employe Manegement Application
- Host: GitHub
- URL: https://github.com/rakesh3596/employeemanegmentapp
- Owner: Rakesh3596
- Created: 2023-09-06T14:41:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T10:11:33.000Z (11 months ago)
- Last Synced: 2023-12-27T11:22:41.036Z (11 months ago)
- Topics: corejava, hibernate, java, maven, mysql-database, postman, rdbms, spring-boot, spring-mvc, swagger-ui
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employe Management Application
The application will take the employee data from the Swagger-UI then following the Backend process will take place
Step 1: Data -->Controller -->PostMapping will call -->Service Layer
Step 2: Business Logic Layer(Service Layer) -->Data Processed and validated
if (validated) --> Database Repository will call
else --> Error Message will shown by Error handler Controller
Step 3: Data will Stored in the database and returned to the presentation layer handler ie --> Controler