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

https://github.com/vladannovi1234/spring-thymeleaf-sample

About Build Spring Boot Thymeleaf example - CRUD application with Maven, Bootstrap, Spring Data JPA, Web MVC
https://github.com/vladannovi1234/spring-thymeleaf-sample

bootstrap bootstrap4 crud spring spring-boot spring-data-jpa springmvc thymeleaf thymeleaf-template-engine

Last synced: 2 months ago
JSON representation

About Build Spring Boot Thymeleaf example - CRUD application with Maven, Bootstrap, Spring Data JPA, Web MVC

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")