Files
spring-integration-samples/basic
Artem Bilan 9d02471346 Fix TCP tests to use OS-selected port (#224)
* Fix TCP tests to use OS-selected port

https://build.spring.io/browse/INTSAMPLES-NIGHTLY-2413

Modify all the `tcpclientserver` tests to rely on the OS-selected port,
in other words set `0` to the server port and get the real port for the
client when server is listening

* * Upgrade to Gradle-4.6
* Fix Travis config do not perform assemble task
2018-04-02 15:17:59 -04:00
..
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:16:50 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00
2018-03-01 09:06:46 -05:00

Basic Samples

This is a good place to get started. The samples here are technically motivated and demonstrate the bare minimum with regard to configuration and code to help you to get introduced to the basic concepts, API and configuration of Spring Integration and how they relate to Enterprise Integration Patterns (EIP).

For example; if your are looking for an answer on how to wire a Service Activator to a Channel or how to apply a Gateway to your message exchange or how to get started with using the Mail or XML module etc., this would be the right place to find a good sample.