An open API service indexing awesome lists of open source software.

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

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:
![Screenshot (34)](https://user-images.githubusercontent.com/86052693/171654570-94d1f5d6-8b11-425b-b051-e372af76979b.png)

Edit Emp page:
![Screenshot (36)](https://user-images.githubusercontent.com/86052693/171654784-0c7f2262-68de-4749-a61b-57731a0df219.png)

Add Emp page:
![Screenshot (35)](https://user-images.githubusercontent.com/86052693/171654810-cb7477de-93c2-4df2-96fe-fbcae42938f6.png)