标签: java spring spring-boot spring-mvc mustache
我要在这里扔掉手套。我开始认为我想要实现的目标是不可能的。
我如何从Spring Controller中的BindingResult接收到我的视图错误?在Thymeleaf中,我可以写
Seq(Data(Some(Id(1248)), None, Some(Number(2))))
如果可能的话,如何在Spring Boot中使用Mustache实现这一目标?