I’m getting TemplateInputException for my HTML file in springboot
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [Kredit-bee-invoice], template might not exist or might not be accessible by any of the configured Template Resolversenter image description here
i18n in SpringBoot + Thymeleaf
I have this piece of code in my template:
Validating Form Input in SpringBoot – thymeleaf
I have this controller: