how to concate model attribute in value in thymeleaf code example
Example: theme leaf concatenate
<p th:text="${bean.field + '!' + bean.field}">Static content</p>
<p th:text="${bean.field + '!' + bean.field}">Static content</p>