【发布时间】:2016-05-23 07:58:54
【问题描述】:
我已经集成了 Vaadin 7 和 Spring Boot。现在我需要实现错误视图以替换标准页面,例如:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Mon May 23 10:50:20 EEST 2016
There was an unexpected error (type=Forbidden, status=403).
Access is denied
它应该作为独立的 Vaadin UI 实现还是以其他方式实现?您能否向我提供此类页面的实现?谢谢。
【问题讨论】:
标签: spring spring-boot vaadin vaadin7