Class ThymeleafEngine

java.lang.Object
services.moleculer.web.template.AbstractTemplateEngine
services.moleculer.web.template.ThymeleafEngine

public class ThymeleafEngine extends AbstractTemplateEngine
Server-side template engine based on Thymeleaf API. Required dependency:
// https://mvnrepository.com/artifact/org.thymeleaf/thymeleaf
compile group: 'org.thymeleaf', name: 'thymeleaf', version: '3.0.11.RELEASE'
See Also: