spring-boot/spring-boot-samples
Dave Syer d205d9404a Add additional ViewResolver configuration
The DispatcherServlet adds a default InternalViewResolver
which was used by some apps, but when the actuator was
available it added an "/error" bean and effectively
switched off the default view resolver. The net fix was
to add an InternalViewResolver at the same time as
adding any other ViewResolvers.

[Fixes #55357516] [bs-290] Actuator UI app cannot serve static index.html
2013-09-05 17:14:08 -07:00
..
spring-boot-sample-actuator Fix logging depdendencies in samples 2013-08-06 13:40:39 +01:00
spring-boot-sample-actuator-ui Add default /error view for HTML clients 2013-08-07 10:55:30 +01:00
spring-boot-sample-batch Fix broken test dependencies 2013-08-07 22:52:26 -07:00
spring-boot-sample-data-jpa Add parent relativePath 2013-08-06 00:02:31 -07:00
spring-boot-sample-integration Add parent relativePath 2013-08-06 00:02:31 -07:00
spring-boot-sample-jetty Add parent relativePath 2013-08-06 00:02:31 -07:00
spring-boot-sample-profile Fix broken test dependencies 2013-08-07 22:52:26 -07:00
spring-boot-sample-simple Fix broken test dependencies 2013-08-07 22:52:26 -07:00
spring-boot-sample-tomcat Documentation updates 2013-08-09 15:34:04 -07:00
spring-boot-sample-traditional Add parent relativePath 2013-08-06 00:02:31 -07:00
spring-boot-sample-web-static Add additional ViewResolver configuration 2013-09-05 17:14:08 -07:00
spring-boot-sample-web-ui Polish 2013-08-09 12:28:54 -07:00
spring-boot-sample-websocket Ignore websocket sample for now 2013-08-07 23:09:08 -07:00
spring-boot-sample-xml Fix broken test dependencies 2013-08-07 22:52:26 -07:00
pom.xml Ignore websocket sample for now 2013-08-07 23:09:08 -07:00
README.md Documentation 2013-08-05 22:36:22 -07:00

Spring Boot - Samples

We are currently still working on documentation for Spring Boot. Please check back in the future.