Change package names

This commit is contained in:
Dave Syer
2015-07-08 17:05:33 +01:00
parent 997356cbe5
commit 39d7e244b9
28 changed files with 67 additions and 61 deletions

View File

@@ -2,7 +2,7 @@ package demo;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.bus.runner.EnableMessageBus;
import org.springframework.cloud.streams.EnableMessageBus;
import org.springframework.context.annotation.ImportResource;
import org.springframework.context.annotation.PropertySource;