https://github.com/techprimers/spring-integration-example-1
Spring Boot with Spring Integration Example
https://github.com/techprimers/spring-integration-example-1
Last synced: over 1 year ago
JSON representation
Spring Boot with Spring Integration Example
- Host: GitHub
- URL: https://github.com/techprimers/spring-integration-example-1
- Owner: TechPrimers
- Created: 2018-10-07T09:52:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T09:53:48.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T22:51:12.810Z (over 1 year ago)
- Language: Java
- Size: 45.9 KB
- Stars: 8
- Watchers: 0
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Integration Example
This is an example Spring Integration inside a Spring Boot app using Spring Integration File
## Versions Used
- Spring Boot - 2.0.5
- Spring Boot Starter Integration - 2.0.5
- Spring Integration File - 5.0.8
- Java - 8
## How to run?
- Run the main class `SpringIntegrationExample1Application.java`
- The source file is under `source` directory.
- The transformed files will be under `destination` directory.