Polish
This commit is contained in:
@@ -8,7 +8,7 @@ class SpringIntegrationExample implements CommandLineRunner {
|
||||
DirectChannel input() {
|
||||
new DirectChannel();
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
void run(String... args) {
|
||||
print new MessagingTemplate(input()).convertSendAndReceive("World")
|
||||
@@ -23,4 +23,4 @@ class HelloTransformer {
|
||||
"Hello, ${payload}"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user