Skip to content

Thymeleaf and reducing white space

Notifications You must be signed in to change notification settings

robincakeellis/thymeleafwhitespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

THYMELEAF WHITE SPACE

A working Java project that uses Spring Boot and Thymeleaf to return compact HTML content. Configurable with application properties and with build-time tests.

Read more about this project at Medium.com

Building

mvn clean install

Running

java -jar target/thymeleafwhitespace-0.0.1-SNAPSHOT.jar

Example

curl -i http://localhost:8080/ - gets the example page. Note the lack of white space in head for example

Original code

This project uses a handler and processor based on this Thymeleaf-related Github post from Yamani Rodriguez.

About

Thymeleaf and reducing white space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published