Skip to content

Spring Boot application which demonstrates implementation of pagination in Java web application with Thymeleaf template engine

Notifications You must be signed in to change notification settings

rogeriorocha/spring-thymeleaf-pagination

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo for pagination with Thymeleaf template engine

How to run

Run mvn install in root directory

Run java -jar target/spring-thymeleaf-pagination-0.0.1-SNAPSHOT.jar

Go to http://localhost:8080

Special thanks to Bruno Raljic for implementation of algorithm that calculates button span.

About

Spring Boot application which demonstrates implementation of pagination in Java web application with Thymeleaf template engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 71.9%
  • HTML 24.4%
  • JavaScript 2.2%
  • CSS 1.5%