Using Pebble template engine with Spring Boot
Using Pebble template engine with Spring Boot So I'm trying to integrate Pebble templating engine to my spring boot application but I'm confused on how to implement this. So I've read through their site on how to implement it however it says for Spring MVC which I think not similar with Spring Boot. I also go to their github page then trying to add their maven dependency to POM.xml but I don't know if I will configure something or it is the same as Thymeleaf or Mustache that are autoconfigured. Link to their site: http://mitchellbosecke.com/pebble/ They provide an example on their github that you can try, to get an idea of how it works: github.com/PebbleTemplates/pebble-example-spring – Dovmo May 14 at 3:17 1 Answer 1 Add the starter depe...