Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyrafabdullayev/thymeleaf-spring-boot-crud-web-app
CRUD Web Application, Employee Management System with Spring Boot and Thymeleaf
https://github.com/eyrafabdullayev/thymeleaf-spring-boot-crud-web-app
hibernate java mysql spring-boot spring-data-jpa spring-mvc thymeleaf
Last synced: about 2 months ago
JSON representation
CRUD Web Application, Employee Management System with Spring Boot and Thymeleaf
- Host: GitHub
- URL: https://github.com/eyrafabdullayev/thymeleaf-spring-boot-crud-web-app
- Owner: eyrafabdullayev
- Created: 2020-09-03T12:43:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T20:28:58.000Z (over 4 years ago)
- Last Synced: 2024-11-05T21:31:38.079Z (3 months ago)
- Topics: hibernate, java, mysql, spring-boot, spring-data-jpa, spring-mvc, thymeleaf
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Web Application
## Info
Employee Management System
Users should be able to:
1. Get all the employees
2. Add a new employee
3. Update an employee
4. Delete an employee## Installation
Using this commands you can get it:
git clone https://github.com/eyrafabdullayev/springboot-thymeleaf-crud-web-app.git
## About
We'll learn how to develop a CRUD Web Application with Thymeleaf, Spring MVC, Spring Data JPA, Hibernate, MySQL.