Hi, has anyone used Micronaut Views in Grails?
# questions
m
Hi, has anyone used Micronaut Views in Grails?
They both support FreeMarker, Thymeleaf, Mustache/Handlebars, and Micronaut also supports Rocker, Soy, Pebble,JTE and Turbo, but not Groovy. I’m curious to know if anyone has successfully integrated and used Micronaut Views in a Grails project. If not, is there a desire to use it.
g
Out of curiosity, are you having specific issues with GSP?
m
GSP is strongly bound to Grails, and can only be used in Grails at this time, for those who have old projects that use other view templates, such as freemarker, thymeleaf, and don't plan to switch to GSP. In addition, some teams don't want to use compiled templates, they are technology-neutral and worried about the risk.
šŸ‘ 1
I have completed to make 99% of the GSP can work in Spring Boot, but there are still a few tag libraries do not work.
šŸ‘ 1