https://github.com/daggerok/spring-integration-java-dsl-example
spring integration with java DSL file processing: read, transform lines to key-value and print to stdout
https://github.com/daggerok/spring-integration-java-dsl-example
java-dsl spring spring-boot spring-integration
Last synced: about 1 year ago
JSON representation
spring integration with java DSL file processing: read, transform lines to key-value and print to stdout
- Host: GitHub
- URL: https://github.com/daggerok/spring-integration-java-dsl-example
- Owner: daggerok
- Created: 2016-03-19T16:39:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T23:14:09.000Z (about 6 years ago)
- Last Synced: 2025-01-10T00:41:49.770Z (over 1 year ago)
- Topics: java-dsl, spring, spring-boot, spring-integration
- Language: Java
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
spring-integration-java-DSL-example [](https://travis-ci.org/daggerok/spring-integration-java-DSL-example)
===================================
spring integration java DSL file processing: read, transform lines to key-value and print to stdout
```bash
./gradlew clean bootRun
```
## other repos
* [GitHub: daggerok/spring-integration-kotlin-dsl](https://github.com/daggerok/spring-integration-kotlin-dsl)
* [GitHub: daggerok/spring-integration-5-examples](https://github.com/daggerok/spring-integration-5-examples)
* [spring-cloud-function and spring-cloud-stream integration](https://github.com/daggerok/spring-cloud-function-stream-integration)