我正在尝试将一些文本附加到动态文本中,如下所示:
<label th:text="Hello ${worldText}"></label>
但UI抛出:
TemplateProcessingException: Could not parse as expression: "Hello ${worldText}
有谁知道我怎么能做到这一点?
append spring-mvc dynamic-text thymeleaf spring-boot
append ×1
dynamic-text ×1
spring-boot ×1
spring-mvc ×1
thymeleaf ×1