Do not start application context automatically
- This will avoid other lifecycle beans inside the application context starting when binding lifecycle beans are started. Resolves #525 Address review comments
This commit is contained in:
committed by
Soby Chacko
parent
0756b998bd
commit
ebc508ee61
@@ -386,7 +386,6 @@ public class SendingBean {
|
||||
}
|
||||
}
|
||||
----
|
||||
|
||||
==== Producing and Consuming Messages
|
||||
|
||||
You can write a Spring Cloud Stream application using either Spring Integration annotations or Spring Cloud Stream's `@StreamListener` annotation.
|
||||
|
||||
Reference in New Issue
Block a user