Skip to content

Instantly share code, notes, and snippets.

View mpbalmeida's full-sized avatar

Marcos Paulo Belasco de Almeida mpbalmeida

View GitHub Profile
Gist using Vraptor 4 and Freemarker
Gist using Vraptor 4 and Thymeleaf, based on https://github.com/claudineij/vraptor-poc/tree/master/src/main/java/br/com/caelum/vraptor/poc/thymeleaf
<dependency>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor</artifactId>
<version>4.2.0-RC3</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.2.RELEASE</version>