This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Integration 6.5.1! |
JDBC Support
Spring Integration provides channel adapters for receiving and sending messages by using database queries. Through those adapters, Spring Integration supports not only plain JDBC SQL queries but also stored procedure and stored function calls.
This dependency is required for the project:
-
Maven
-
Gradle
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-jdbc</artifactId>
<version>7.0.0-SNAPSHOT</version>
</dependency>
compile "org.springframework.integration:spring-integration-jdbc:7.0.0-SNAPSHOT"
By default, the following JDBC components are available:
The Spring Integration JDBC Module also provides a JDBC Message Store.