You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
11 years ago
..
spring-boot-sample-actuator Disable jmx by default 11 years ago
spring-boot-sample-actuator-log4j Polish 11 years ago
spring-boot-sample-actuator-noweb Add actuator-noweb sample 11 years ago
spring-boot-sample-actuator-ui Use ServletWrappingController for jolokia instead of Servlet 11 years ago
spring-boot-sample-amqp
spring-boot-sample-aop
spring-boot-sample-batch
spring-boot-sample-data-jpa Polish 11 years ago
spring-boot-sample-data-mongodb
spring-boot-sample-integration
spring-boot-sample-jetty
spring-boot-sample-profile
spring-boot-sample-secure Switch to thymeleaf-spring4 11 years ago
spring-boot-sample-servlet Split SecurityAutoConfiguration 11 years ago
spring-boot-sample-simple Add build.gradle samples and rename runJar->bootRun 11 years ago
spring-boot-sample-tomcat Split MessageConverters auto config out into separate class 11 years ago
spring-boot-sample-traditional
spring-boot-sample-web-jsp Add @Value injection to JSP (WAR) sample 11 years ago
spring-boot-sample-web-static
spring-boot-sample-web-ui Switch to thymeleaf-spring4 11 years ago
spring-boot-sample-websocket
spring-boot-sample-xml
README.md
pom.xml Add actuator-noweb sample 11 years ago

README.md

Spring Boot - Samples

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