Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

More spring-integration tests

Awesome Lists containing this project

README

        

# Spring Integration Flows [![CI](https://github.com/daggerok/spring-integration-flows/workflows/CI/badge.svg)](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/)