https://github.com/daggerok/spring-integration-flows
More spring-integration tests
https://github.com/daggerok/spring-integration-flows
github-action github-actions maven spring-integration spring-integration-core
Last synced: 2 months ago
JSON representation
More spring-integration tests
- Host: GitHub
- URL: https://github.com/daggerok/spring-integration-flows
- Owner: daggerok
- Created: 2020-04-11T03:13:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T09:45:22.000Z (about 6 years ago)
- Last Synced: 2025-01-10T00:41:51.262Z (over 1 year ago)
- Topics: github-action, github-actions, maven, spring-integration, spring-integration-core
- Language: Java
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Integration Flows [](https://github.com/daggerok/spring-integration-flows/actions?query=workflow%3ACI)
```bash
jdk14
jenv local 14
./mvnw clean test
```
## other repos
* https://github.com/daggerok/spring-integration-kotlin-dsl
* https://github.com/daggerok/spring-integration-java-DSL-example
* https://github.com/daggerok/spring-integration-5-examples
## resources
* https://docs.spring.io/spring-integration/reference/html/webflux.html#webflux
* https://github.com/spring-projects/spring-integration-java-dsl/wiki/Spring-Integration-Java-DSL-Reference
* https://github.com/spring-projects/spring-integration-samples
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.3.0.M4/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.3.0.M4/maven-plugin/reference/html/#build-image)
* [Spring Configuration Processor](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/htmlsingle/#configuration-metadata-annotation-processor)
* [Spring Integration](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/htmlsingle/#boot-features-integration)
* [Integrating Data](https://spring.io/guides/gs/integration/)