标签: spring-boot freemarker
我正在开发具有用于UI的freemarker的spring boot应用程序。 我想对单选按钮使用@NotEmpty批注。例如 “ input type =” radio“
我可以在互联网上看到示例,但它们带有表单标签(弹簧标签)。
有人可以给我上面没有表单标签的示例吗?
答案 0 :(得分:0)
您可以使用
<@spring.formRadioButtons "x.y"/> <@spring.showErrors "<br>"/>
显示验证消息。
看看这个教程:
https://hellokoding.com/form-data-binding-and-validation-example-with-java-spring-boot-and-freemarker/