Make it explicit that stream does not depend on a web server

This commit is contained in:
Dave Syer
2018-04-24 14:10:37 +01:00
parent 0f8c1ce860
commit 04f917c113
7 changed files with 17 additions and 5 deletions

View File

@@ -50,8 +50,7 @@ import reactor.core.publisher.Flux;
*
*/
@RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT, properties = { "debug=true",
"spring.autoconfigure.exclude=org.springframework.cloud.stream.test.binder.TestSupportBinderAutoConfiguration"})
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT, properties = "spring.autoconfigure.exclude=org.springframework.cloud.stream.test.binder.TestSupportBinderAutoConfiguration")
@ContextConfiguration(classes = TestApplicationConfiguration.class)
public class SingletonTests {