Adding Static Resources (css, JavaScript, Images) to Thymeleaf

This tutorial demonstrates how to include static resources to Thymeleaf. We use Spring Boot to start our application. We are loading static resources from the class-path and from org.webjars. The static resources are located...