spring-boot/spring-boot-docs
Phillip Webb 0bf025af7b Add out-of-the-box support for status error pages
Allow convention based status error pages. Static HTML or templates
can be used by placing the appropriately named file under a `/error`
folder. For example:

	/src/main/resource/templates/error/404.ftl
or	/src/main/resource/public/error/404.html

Pages can also be named after the status series (5xx or 4xx).

Fixes gh-2691
2016-04-29 14:02:59 -07:00
..
src/main Add out-of-the-box support for status error pages 2016-04-29 14:02:59 -07:00
pom.xml Restore spring-boot-starter-ws 2016-04-16 08:30:56 -07:00