• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Best way to debug Thymeleaf template?

 
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm working on learning Spring 5 and Spring Boot 2. The current book that I'm using has a fairly basic Thymeleaf template.
However this template is not working out for me, and while I don't get any errors, I also don't get the output that I want as I pointed out here
https://stackoverflow.com/questions/48349537/unwrapping-a-kotlin-hashmap-in-thymeleaf-inside-of-spring-boot-2

What is the best way to debug a Thymeleaf template?

If it helps/matters I'm using IntelliJ 2017.3.3 the Jan 15, 2018 build, which does have some Thymeleaf support.
reply
    Bookmark Topic Watch Topic
  • New Topic