Skip to content

juliuskrah/spring-tiles-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Tiles Example

Build Status

This example integrates Apache Tiles with the Spring Framework

Pre requiites

  • Java 8+
  • Maven 3.3.3+

Running the application

To run the application run mvn jetty:run. Visit the site on http://localhost:8080/.

Guided tutorial

Checkout my blog for a guided tutorial on how to configure Spring for Tiles.