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

https://github.com/hendisantika/spring-boot-search-example-using-thymeleaf-and-spring-data-jpa

Spring Boot Search Example using Thymeleaf and Spring Data JPA
https://github.com/hendisantika/spring-boot-search-example-using-thymeleaf-and-spring-data-jpa

Last synced: about 2 months ago
JSON representation

Spring Boot Search Example using Thymeleaf and Spring Data JPA

Awesome Lists containing this project

README

        

# Spring-Boot-Search-Example-using-Thymeleaf-and-Spring-Data-JPA

### Things todo list

1. Clone this
repository: `git clone https://github.com/hendisantika/Spring-Boot-Search-Example-using-Thymeleaf-and-Spring-Data-JPA.git`
2. Navigate to the folder: `cd Spring-Boot-Search-Example-using-Thymeleaf-and-Spring-Data-JPA`
3. Change Db credentials in `application.properties` file
4. Run the application: `mvn clean spring-boot:run`
5. Open your favorite browser: http://localhost:8080

### Image screen shot

Home Page

![Home Page](img/home.png "Home Page")

Search Page

![Search Page](img/search.png "Search Page")