https://github.com/knowledgefactory4u/spring-thymeleaf-crud-pagination
Spring Boot + Spring Data JPA + Thymeleaf - Pagination & CRUD Application Example
https://github.com/knowledgefactory4u/spring-thymeleaf-crud-pagination
crud pagination spring-boot springdatajpa thymeleaf
Last synced: 3 months ago
JSON representation
Spring Boot + Spring Data JPA + Thymeleaf - Pagination & CRUD Application Example
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/spring-thymeleaf-crud-pagination
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2022-07-27T14:16:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T14:20:24.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T17:23:29.897Z (3 months ago)
- Topics: crud, pagination, spring-boot, springdatajpa, thymeleaf
- Language: Java
- Homepage: https://www.knowledgefactory.net/2022/07/spring-boot-spring-data-jpa-thymeleaf-pagination-crud-application-example.html
- Size: 22.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot + Spring Data JPA + Thymeleaf - Pagination & CRUD Application Example
# Local setup
Step 1: Download or clone the source code from GitHub to a local machine
Step 2: ```mvn clean install```
Step 3: ```mvn spring-boot:run```