Add bus sample for redis and rabbit

This commit is contained in:
Dave Syer
2016-02-15 17:04:55 +00:00
parent 0fcded79b3
commit 4ee1df5c80
9 changed files with 152 additions and 5 deletions

View File

@@ -12,4 +12,4 @@ public class StandaloneClientApplication {
public static void main(String[] args) {
SpringApplication.run(StandaloneClientApplication.class, args);
}
}
}