Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solov1113/spring-thymeleaf-sample
About Build Spring Boot Thymeleaf example - CRUD application with Maven, Bootstrap, Spring Data JPA, Web MVC
https://github.com/solov1113/spring-thymeleaf-sample
bootstrap bootstrap4 crud spring spring-boot spring-data-jpa springmvc thymeleaf thymeleaf-template-engine
Last synced: about 2 months ago
JSON representation
About Build Spring Boot Thymeleaf example - CRUD application with Maven, Bootstrap, Spring Data JPA, Web MVC
- Host: GitHub
- URL: https://github.com/solov1113/spring-thymeleaf-sample
- Owner: solov1113
- Created: 2023-03-06T02:37:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T02:38:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T02:40:59.127Z (3 months ago)
- Topics: bootstrap, bootstrap4, crud, spring, spring-boot, spring-data-jpa, springmvc, thymeleaf, thymeleaf-template-engine
- Language: Java
- Homepage:
- Size: 343 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Thymeleaf Sample
Run this project by this command :
`mvn clean spring-boot:run`
Home Page
![List Page](img/list.png "List Page")
Add New Post Page
![Add New Post Page](img/add.png "Add New Post Page")
Edit Post Page
![Edit Post Page](img/edit.png "Edit Post Page")