Files
spring-integration-samples/basic
Daniel Hammer cf92516330 Add useJUnitPlatform for all modules
* Enable Gradle test-support for all samples.
* "Fix" for coverage failure org.springframework.integration.samples.barrier.ApplicationTests#contextLoads(); AmqpConnectException: java.net.ConnectException: Connection refused
~ inspired by ".. we generally use a JUnit @Rule to skip the test if the broker's not available." - Gary Russell
@see https://stackoverflow.com/a/38747559

* Temporarily disabled Gradle test-support for file-split-ftp & tcp-client-server-multiplex, in-order to allow for successful Gradle check task execution.

* Temporarily disabled remaining failing coverage, in-order to support continous integration going forward
@see https://github.com/spring-projects/spring-integration-samples/pull/335#discussion_r1072371788

Co-authored-by: Daniel Hammer <daniel.hammer+oss@gmail.com>
2023-01-23 13:04:29 -05:00
..
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2023-01-23 13:04:29 -05:00
2022-01-20 17:10:31 -05:00
2023-01-18 16:02:55 -05:00
2023-01-18 16:02:55 -05:00
2019-03-22 15:59:21 -04: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.