Когда я использую ввод, подобный этому, у меня нет проблем:
<input type="text" name="title" />
Но если я помещаю th: name в место, я получаю ошибку 500:
<input type="text" th:field="${title}"/>
Começo a tomar erro 500, соответствует abaixo
Вот репозиторий git: https://github.com/getJv/springStudy
Вот ошибка:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Thu Feb 07 23:03:56 BRST 2019
There was an unexpected error (type=Internal Server Error, status=500).
An error happened during template parsing (template: "class path resource [templates/books/form.html]")
org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/books/form.html]")