spring-boot/spring-boot-samples
Dave Syer 3e6c1b435f Add @SpringApplicationConfiguration (for integration testing)
Example:

    @RunWith(SpringJUnit4ClassRunner.class)
    @SpringApplicationConfiguration(classes = SampleDataJpaApplication.class)
    public class CityRepositoryIntegrationTests {

    	@Autowired
    	CityRepository repository;

Fixes gh-66.
2013-11-28 14:35:36 +00:00
..
spring-boot-sample-actuator Fix actuator sample for new shutdown property 2013-11-27 13:53:12 +00:00
spring-boot-sample-actuator-ui Extract actuator security into separate classes 2013-11-21 16:47:29 +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 Add @SpringApplicationConfiguration (for integration testing) 2013-11-28 14:35:36 +00: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 Extract actuator security into separate classes 2013-11-21 16:47:29 +00:00
spring-boot-sample-simple Source format and clean-up 2013-11-16 00:08:18 -08:00
spring-boot-sample-tomcat Source format and clean-up 2013-11-16 00:08:18 -08:00
spring-boot-sample-traditional Add provided scope for tomcat 2013-11-25 17:22:14 +00:00
spring-boot-sample-web-jsp Convert JSP sample to deployable (executable) WAR 2013-11-27 10:17:04 +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 Source format and clean-up 2013-11-16 00:08:18 -08:00
spring-boot-sample-websocket Upgrade Tomcat to 7.0.47 2013-11-20 12:21:21 +00:00
spring-boot-sample-xml Polish 2013-10-08 20:30:45 -07:00
pom.xml Add new sample to reactor build 2013-11-02 15:49:36 +00: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.