组织ID: |
org.springframework.integration |
项目ID: |
spring-integration-jdbc |
版本: |
5.1.6.RELEASE |
最后修改时间: |
2019-06-15 23:03:31 |
包类型: |
jar |
标题: |
Spring Integration JDBC Support |
描述: |
Spring Integration JDBC Support |
相关URL: |
https://projects.spring.io/spring-integration |
大小: |
120.10KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-jdbc</artifactId>
<version>5.1.6.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.integration:spring-integration-jdbc:5.1.6.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-jdbc</artifactId>
<version>5.1.6.RELEASE</version>
<name>Spring Integration JDBC Support</name>
<description>Spring Integration JDBC Support</description>
<url>https://projects.spring.io/spring-integration</url>
<organization>
<name>SpringIO</name>
<url>https://spring.io</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>garyrussell</id>
<name>Gary Russell</name>
<email>grussell@pivotal.io</email>
<roles>
<role>project lead</role>
</roles>
</developer>
<developer>
<id>markfisher</id>
<name>Mark Fisher</name>
<email>mfisher@pivotal.io</email>
<roles>
<role>project founder and lead emeritus</role>
</roles>
</developer>
<developer>
<id>ghillert</id>
<name>Gunnar Hillert</name>
<email>ghillert@pivotal.io</email>
</developer>
<developer>
<id>abilan</id>
<name>Artem Bilan</name>
<email>abilan@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:scm:git:git://github.com/spring-projects/spring-integration.git</connection>
<developerConnection>scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration.git</developerConnection>
<url>https://github.com/spring-projects/spring-integration</url>
</scm>
<issueManagement>
<system>Jira</system>
<url>https://jira.spring.io/browse/INT</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>5.1.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.1.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>26.0-jre</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.integration.jdbc.JdbcMessageHandler.class
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.class
org.springframework.integration.jdbc.config.StoredProcParserUtils.class
org.springframework.integration.jdbc.config.JdbcMessageStoreParser.class
org.springframework.integration.jdbc.config.StoredProcOutboundGatewayParser.class
org.springframework.integration.jdbc.config.JdbcNamespaceHandler.class
org.springframework.integration.jdbc.config.JdbcTypesEnum.class
org.springframework.integration.jdbc.config.StoredProcPollingChannelAdapterParser.class
org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser.class
org.springframework.integration.jdbc.config.JdbcMessageHandlerParser.class
org.springframework.integration.jdbc.config.JdbcOutboundGatewayParser.class
org.springframework.integration.jdbc.config.StoredProcMessageHandlerParser.class
org.springframework.integration.jdbc.store.JdbcChannelMessageStore$Query.class
org.springframework.integration.jdbc.store.JdbcMessageStore$1.class
org.springframework.integration.jdbc.store.channel.PostgresChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.SqlServerChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.ChannelMessageStorePreparedStatementSetter.class
org.springframework.integration.jdbc.store.channel.OracleChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.DerbyChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.MySqlChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.H2ChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.HsqlChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.MessageRowMapper.class
org.springframework.integration.jdbc.store.channel.AbstractChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.JdbcChannelMessageStore.class
org.springframework.integration.jdbc.store.JdbcMessageStore$MessageMapper.class
org.springframework.integration.jdbc.store.JdbcMessageStore.class
org.springframework.integration.jdbc.store.JdbcMessageStore$Query.class
org.springframework.integration.jdbc.BeanPropertySqlParameterSourceFactory.class
org.springframework.integration.jdbc.metadata.JdbcMetadataStore.class
org.springframework.integration.jdbc.StoredProcExecutor.class
org.springframework.integration.jdbc.storedproc.ProcedureParameter.class
org.springframework.integration.jdbc.JdbcMessageHandler$1.class
org.springframework.integration.jdbc.StoredProcExecutor$GuavaCacheWrapper$1.class
org.springframework.integration.jdbc.JdbcOutboundGateway.class
org.springframework.integration.jdbc.JdbcMessageHandler$2.class
org.springframework.integration.jdbc.StoredProcOutboundGateway.class
org.springframework.integration.jdbc.BeanPropertySqlParameterSourceFactory$StaticBeanPropertySqlParameterSource.class
org.springframework.integration.jdbc.SqlParameterSourceFactory.class
org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory.class
org.springframework.integration.jdbc.JdbcPollingChannelAdapter.class
org.springframework.integration.jdbc.JdbcPollingChannelAdapter$1.class
org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory$ExpressionEvaluatingSqlParameterSource.class
org.springframework.integration.jdbc.MessagePreparedStatementSetter.class
org.springframework.integration.jdbc.JdbcPollingChannelAdapter$PreparedStatementCreatorWithMaxRows.class
org.springframework.integration.jdbc.StoredProcExecutor$GuavaCacheWrapper.class
org.springframework.integration.jdbc.StoredProcExecutor$1.class
org.springframework.integration.jdbc.lock.LockRepository.class
org.springframework.integration.jdbc.lock.JdbcLockRegistry.class
org.springframework.integration.jdbc.lock.DefaultLockRepository.class
org.springframework.integration.jdbc.lock.JdbcLockRegistry$JdbcLock.class
org.springframework.integration.jdbc.StoredProcMessageHandler.class
META-INF/spring.tooling
META-INF/spring.schemas
META-INF/spring.handlers
org/springframework/integration/jdbc/schema-derby.sql
org/springframework/integration/jdbc/config/spring-integration-jdbc-5.1.xsd
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-integration-core-5.1.6.RELEASE.jar
/org.springframework.integration/spring-integration-core/5.1.6.RELEASE
查看spring-integration-core所有版本文件
spring-jdbc-5.1.8.RELEASE.jar
/org.springframework/spring-jdbc/5.1.8.RELEASE
查看spring-jdbc所有版本文件
guava-26.0-jre.jar
/com.google.guava/guava/26.0-jre
查看guava所有版本文件
|