View Resolvers with Spring Boot: Difference between revisions

From My Limbic Wiki
Line 12: Line 12:
=Apache Velocity=
=Apache Velocity=
=Pebble=
=Pebble=
https://pebbletemplates.io/

Revision as of 20:16, 23 September 2019

JSP

Thymeleaf

Allow Backend and Frontend developers to communicate throug text inside HTML repalaced at the template rendering with the text contained in the "text" attribute <source lang="html">

Welcome to our grocery store, Sebastian Pepper!

</source>

FreeMarker

Apache Velocity

Pebble

https://pebbletemplates.io/