All Projects → spring-projects → Spring Integration

spring-projects / Spring Integration

Licence: apache-2.0
Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP)

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Spring Integration

Aws Serverless Java Container
A Java wrapper to run Spring, Jersey, Spark, and other apps inside AWS Lambda.
Stars: ✭ 1,054 (-8.03%)
Mutual labels:  spring
Springboard
Spring Boot based production grade starter kit.
Stars: ✭ 59 (-94.85%)
Mutual labels:  spring
Nettyrpc
NettyRPC is high performance java rpc server base on Netty,using kryo,hessian,protostuff support message serialization.
Stars: ✭ 1,131 (-1.31%)
Mutual labels:  spring
Geekshop
极客商城 ~ 一个面向开发者的、基于Spring+GraphQL+Angular的、无前端(headless)电商框架
Stars: ✭ 52 (-95.46%)
Mutual labels:  spring
Microservices Springboot
Example of microservices application with Spring Boot, Zuul, Eureka, MongoDB and RabbitMQ.
Stars: ✭ 53 (-95.38%)
Mutual labels:  spring
Spring Boot Tutorial
💯 🍃 通过丰富实例来展现 Spring Boot 特性的教程
Stars: ✭ 60 (-94.76%)
Mutual labels:  spring
Company Structure
A company structure with a list of projects and their users
Stars: ✭ 48 (-95.81%)
Mutual labels:  spring
Eshop Soa
EShop基于Dubbo实现SOA服务化拆分,并基于RocketMQ解决了分布式事务(新版SpringBootSOASkeleton)
Stars: ✭ 65 (-94.33%)
Mutual labels:  spring
Hrrs
Record, transform, and replay HTTP requests in Java EE and Spring applications.
Stars: ✭ 54 (-95.29%)
Mutual labels:  spring
Quartz Demo
Demo project for Spring Boot 2 and Quartz scheduler integration
Stars: ✭ 63 (-94.5%)
Mutual labels:  spring
Lectures
Lecture scripts and slides I use during the Software Engineering course at TU Dresden
Stars: ✭ 52 (-95.46%)
Mutual labels:  spring
React Soft Slider
Simple, fast and impartial slider
Stars: ✭ 54 (-95.29%)
Mutual labels:  spring
Wish
常用javaweb技术,不定期更新,欢迎讨论。
Stars: ✭ 60 (-94.76%)
Mutual labels:  spring
Spring Statemachine
Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
Stars: ✭ 1,058 (-7.68%)
Mutual labels:  spring
Spring Higher Order Components
⚡️ Preconfigured components to speedup Spring Boot development
Stars: ✭ 65 (-94.33%)
Mutual labels:  spring
Spring Boot Angular5
This repository has a sample code base for spring boot and angular 5 integration.
Stars: ✭ 49 (-95.72%)
Mutual labels:  spring
Sse Eventbus
EventBus library for sending events from a Spring appliction to the web browser with SSE
Stars: ✭ 59 (-94.85%)
Mutual labels:  spring
Intellij Spring Assistant
Spring Assistant - IntelliJ plugin that assists you in developing spring applications
Stars: ✭ 64 (-94.42%)
Mutual labels:  spring
Webauthn4j Spring Security
WebAuthn4J Extension for Spring Security
Stars: ✭ 64 (-94.42%)
Mutual labels:  spring
Spring Security Registration
Go further into "Learn Spring Security":
Stars: ✭ 1,112 (-2.97%)
Mutual labels:  spring

Spring Integration Join the chat at https://gitter.im/spring-projects/spring-integration

Code of Conduct

Please see our Code of conduct.

Reporting Security Vulnerabilities

Please see our Security policy.

Checking out and Building

To check out the project and build from the source, do the following:

git clone git://github.com/spring-projects/spring-integration.git
cd spring-integration
./gradlew clean test

or

./gradlew clean testAll

The latter runs additional tests (those annotated with @LongRunningIntegrationTest); it is a more thorough test but takes quite a lot longer to run.

The test results are captured in build/reports/tests/test (or .../testAll) under each module (in HTML format).

Add --continue to the command to perform a complete build, even if there are failing tests in some modules; otherwise the build will stop after the current module(s) being built are completed.

NOTE: While Spring Integration runs with Java SE 8 or higher, a Java 11 compiler is required to build the project.

To build and install jars into your local Maven cache:

./gradlew publishToMavenLocal

To build api Javadoc (results will be in build/api):

./gradlew api

To build the reference documentation (results will be in build/docs/asciidoc and build/docs/asciidocPdf):

./gradlew reference

To build complete distribution including -dist, -docs, and -schema zip files (results will be in build/distributions):

./gradlew dist

Using Eclipse or Spring Tool Suite (with BuildShip Plugin)

If you have the BuildShip plugin installed,

File -> Import -> Gradle -> Existing Gradle Project

Using Eclipse or Spring Tool Suite (when the BuildShip Plugin is not installed)

To generate Eclipse metadata (.classpath and .project files, etc), do the following:

./gradlew eclipse

Once complete, you may then import the projects into Eclipse as usual:

File -> Import -> General -> Existing projects into workspace

Browse to the 'spring-integration' root directory. All projects should import free of errors.

Using IntelliJ IDEA

To import the project into IntelliJ IDEA:

File -> Open... -> and select build.gradle from spring-integration project root directory

Guidelines

See also Contributor Guidelines.

Resources

For more information, please visit the Spring Integration website at: https://spring.io/projects/spring-integration

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].