spring-boot/spring-boot-samples/spring-boot-sample-web-static
Dave Syer 559009b8cf Support for random ports in @IntegrationTest
User can now set up default properties in the Environment using
@IntegrationTest("foo:bar", "x:y") etc. Using "server.port:0" you
can get Tomcat or Jetty to spin up on a random port. We also add
a test listener that populates "local.server.port" with the actual
port the server started on so you can @Value("${local.server.port}")
inject it into the test case.

See gh-607 (this should make the extension of that PR to samples
much easier)
2014-04-17 13:09:25 -07:00
..
src Support for random ports in @IntegrationTest 2014-04-17 13:09:25 -07:00
build.gradle Declare all repositories in build samples 2014-03-25 16:00:55 -07:00
pom.xml Next development version 2014-04-06 22:43:18 -07:00