spring-boot/spring-boot-samples
Dave Syer fa507005cd Use ServletWrappingController for jolokia instead of Servlet
We get more control over the handling and in particular the registration
of the endpoint this way. It was practically impossible to disable the
AgentServlet bean when in a parent context of the management server
because of lifecyce issues - you don't know that the user wants a
separate management server until too late.

This approach also makes it possible to test with spring-test MVC
support.
2013-12-20 19:49:48 +00:00
..
spring-boot-sample-actuator Disable jmx by default 2013-12-18 22:32:39 -08:00
spring-boot-sample-actuator-log4j Polish 2013-12-16 14:38:52 -08:00
spring-boot-sample-actuator-noweb Add actuator-noweb sample 2013-12-18 20:05:33 -08:00
spring-boot-sample-actuator-ui Use ServletWrappingController for jolokia instead of Servlet 2013-12-20 19:49:48 +00:00
spring-boot-sample-amqp Polish 2013-10-08 21:17:39 -07:00
spring-boot-sample-aop Polish 2013-10-08 20:30:45 -07:00
spring-boot-sample-batch Rework POMs to support automated CI release 2013-09-05 22:05:29 -07:00
spring-boot-sample-data-jpa Polish 2013-12-16 14:38:52 -08:00
spring-boot-sample-data-mongodb Source format and clean-up 2013-11-16 00:08:18 -08:00
spring-boot-sample-integration Source format and clean-up 2013-11-16 00:08:18 -08:00
spring-boot-sample-jetty Source format and clean-up 2013-11-16 00:08:18 -08:00
spring-boot-sample-profile Polish 2013-11-25 17:12:56 -08:00
spring-boot-sample-secure Switch to thymeleaf-spring4 2013-12-19 13:40:24 +00:00
spring-boot-sample-servlet Split SecurityAutoConfiguration 2013-12-17 17:17:05 +00:00
spring-boot-sample-simple Add build.gradle samples and rename runJar->bootRun 2013-12-10 11:10:04 +00:00
spring-boot-sample-tomcat Split MessageConverters auto config out into separate class 2013-12-16 16:13:39 +00:00
spring-boot-sample-traditional Add provided scope for tomcat 2013-11-25 17:22:14 +00:00
spring-boot-sample-web-jsp Add @Value injection to JSP (WAR) sample 2013-12-19 08:28:06 +00:00
spring-boot-sample-web-static Source format and clean-up 2013-11-16 00:08:18 -08:00
spring-boot-sample-web-ui Switch to thymeleaf-spring4 2013-12-19 13:40:24 +00:00
spring-boot-sample-websocket Fix for upstream Spring 4.0 changes 2013-12-03 11:51:51 -08:00
spring-boot-sample-xml Add explicit test for config file and SpringApplication 2013-11-28 16:46:21 +00:00
README.md Documentation 2013-08-05 22:36:22 -07:00
pom.xml Add actuator-noweb sample 2013-12-18 20:05:33 -08:00

README.md

Spring Boot - Samples

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