Привет, нажав на кнопку «Регистрация», используя Thymeleaf 3.1 и Spring6 Я получаю следующую ошибку, может кто -нибудь помочь мне в этом, как написать в новой версии. Синтаксис < /p>
base::layout(~{::section})
< /code>
Deprecated unwrapped fragment expression "base::layout(~{::section})" found in template register.html, line 2, col 53. Please use the complete syntax of fragment expressions instead ("~{base::layout(~{::section})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
< /code>
Below is my register.html file
Insert title
Register Page
[[${session.msg}]]
here is the base.html from which i am trying to access
Insert title
[*]
Base Page
User Management
< /code>
trying to register the user and get response register successfully in frontend
Подробнее здесь: https://stackoverflow.com/questions/757 ... expression