0% found this document useful (0 votes)
68 views5 pages

Employee Management App Proposal

The document proposes building an Employee Management Web Application using the Spring Framework. The application will have features like listing, adding, updating, deleting employees with pagination and sorting. It will also include user registration, login, and logout functionality. The application will use Spring Boot, JPA, Maven, Java backend, Thymeleaf frontend, and a PostgreSQL database. The document outlines the project structure with Model, Repository, Service, and Controller packages to divide the responsibilities.

Uploaded by

Jai McThurlake
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views5 pages

Employee Management App Proposal

The document proposes building an Employee Management Web Application using the Spring Framework. The application will have features like listing, adding, updating, deleting employees with pagination and sorting. It will also include user registration, login, and logout functionality. The application will use Spring Boot, JPA, Maven, Java backend, Thymeleaf frontend, and a PostgreSQL database. The document outlines the project structure with Model, Repository, Service, and Controller packages to divide the responsibilities.

Uploaded by

Jai McThurlake
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

CYBERLOGITECVN

Spring Framework Personal Project


Chuẩn bị cho: Mr. Thuận Trần, Trainer
Người chuẩn bị: Hồ Lê Thục Tâm, JWA Trainee
ngày 14 October, y
Tên đề tài: Employee Management Web Application
CYBERLOGITECVN

PROPOSAL SUMMARY

Mục đích
Tạo Employee Management Application dùng Spring Framework (DevTool, JPA, Maven), Java
backend, Thymeleaf frontend, PostGreSQL backend

Mục tiêu
1. - List Employee

2. - Add Employee

3. - Update Employee

4. - Delete Employee

5. - Pagination

6. - Sorting

7. - Login

8. - Registration

9. - Logout
CYBERLOGITECVN

Cấu trúc class


Thư viện được sử dụng
Model package

import [Link];
import [Link];
import [Link];
import [Link];
import [Link];
import [Link];

EmployeeRepository package
import [Link];
import [Link];

import [Link];
Service package

Interface
import [Link];

import [Link];

import [Link];

Implementation
import [Link];
import [Link];

import [Link];
import [Link];
import [Link];
import [Link];
import [Link];
import [Link];

import [Link];
import [Link];

Controller package
import [Link];
import [Link];
import [Link];
import [Link];
import [Link];
import [Link];
import [Link];
import [Link];
import [Link];

import [Link];
import [Link];

You might also like