https://github.com/faridtahmazov/empmanagesystem-basic
Spring Boot Mini Project
https://github.com/faridtahmazov/empmanagesystem-basic
crud-application html5 mysql-driver spring-boot spring-boot-devtools spring-data-jpa spring-mvc thymeleaf
Last synced: 9 months ago
JSON representation
Spring Boot Mini Project
- Host: GitHub
- URL: https://github.com/faridtahmazov/empmanagesystem-basic
- Owner: faridtahmazov
- Created: 2022-06-02T14:21:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T17:41:31.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T19:41:00.648Z (about 1 year ago)
- Topics: crud-application, html5, mysql-driver, spring-boot, spring-boot-devtools, spring-data-jpa, spring-mvc, thymeleaf
- Language: HTML
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmpSysBasic
Spring Boot Mini Project
Tools and technologies used:
* IDE - Intellij Idea;
* JDK - 1.8 or later;
* Spring Web - 2.7;
* Spring Data Jpa;
* Spring Boot DevTools;
* Thymeleaf;
* MySQL Driver;
Development Steps:
* Create an Intellij Idea Dynamic Web Project;
* Add Dependencies;
* Project Structure;
* Application Properties Setup;
* Create a Entities - Employee.java;
* Create a EmpRepository.java;
* Create a EmpController.java;
* Create a index.html, add_emp.html, edit.html;
* Demo;
List page /Home:

Edit Emp page:

Add Emp page:
