The best way to get started using Spring-Integration in your project is with a dependency management system, like gradle.
dependencies {
compile 'org.springframework.integration:spring-integration-core:4.3.5.RELEASE'
}
Below is a very simple example using the gateway, service-activator mes...