| 组织ID: |
org.springframework.integration |
| 项目ID: |
spring-integration-jdbc |
| 版本: |
2.2.1.RELEASE |
| 最后修改时间: |
2019-10-24 03:32:28 |
| 包类型: |
jar |
| 标题: |
Spring Integration JDBC Support |
| 描述: |
Spring Integration JDBC Support |
| 相关URL: |
https://github.com/SpringSource/spring-integration |
| 大小: |
113.76KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-jdbc</artifactId>
<version>2.2.1.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.integration:spring-integration-jdbc:2.2.1.RELEASE
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
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>2.2.1.RELEASE</version>
<name>Spring Integration JDBC Support</name>
<description>Spring Integration JDBC Support</description>
<url>https://github.com/SpringSource/spring-integration</url>
<organization>
<name>SpringSource</name>
<url>http://springsource.org</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>markfisher</id>
<name>Mark Fisher</name>
<email>markfisher@vmware.com</email>
</developer>
<developer>
<id>olegz</id>
<name>Oleg Zhurakousky</name>
<email>ozhurakousky@vmware.com</email>
</developer>
<developer>
<id>garyrussell</id>
<name>Gary Russell</name>
<email>grussell@vmware.com</email>
</developer>
<developer>
<id>ghillert</id>
<name>Gunnar Hillert</name>
<email>ghillert@vmware.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/SpringSource/spring-integration</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-integration</developerConnection>
<url>https://github.com/SpringSource/spring-integration</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>3.1.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.1.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>3.1.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.2.1.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.integration.jdbc.BeanPropertySqlParameterSourceFactory.class
org.springframework.integration.jdbc.JdbcOutboundGateway.class
org.springframework.integration.jdbc.JdbcMessageStore$8.class
org.springframework.integration.jdbc.JdbcMessageStore.class
org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory$1.class
org.springframework.integration.jdbc.JdbcMessageStore$12.class
org.springframework.integration.jdbc.JdbcMessageStore$3.class
org.springframework.integration.jdbc.JdbcMessageStore$4.class
org.springframework.integration.jdbc.JdbcMessageStore$5.class
org.springframework.integration.jdbc.JdbcMessageStore$MessageMapper.class
org.springframework.integration.jdbc.JdbcMessageStore$7.class
org.springframework.integration.jdbc.StoredProcExecutor$1.class
org.springframework.integration.jdbc.SqlParameterSourceFactory.class
org.springframework.integration.jdbc.BeanPropertySqlParameterSourceFactory$StaticBeanPropertySqlParameterSource.class
org.springframework.integration.jdbc.StoredProcMessageHandler.class
org.springframework.integration.jdbc.JdbcMessageStore$1.class
org.springframework.integration.jdbc.StoredProcExecutor.class
org.springframework.integration.jdbc.StoredProcOutboundGateway.class
org.springframework.integration.jdbc.JdbcMessageStore$13.class
org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory.class
org.springframework.integration.jdbc.JdbcMessageStore$6.class
org.springframework.integration.jdbc.JdbcPollingChannelAdapter.class
org.springframework.integration.jdbc.JdbcMessageStore$11.class
org.springframework.integration.jdbc.JdbcMessageStore$2.class
org.springframework.integration.jdbc.JdbcMessageHandler.class
org.springframework.integration.jdbc.JdbcPollingChannelAdapter$1.class
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.class
org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory$ExpressionEvaluatingSqlParameterSource.class
org.springframework.integration.jdbc.JdbcMessageStore$9.class
org.springframework.integration.jdbc.JdbcMessageStore$10.class
org.springframework.integration.jdbc.JdbcMessageStore$Query.class
org.springframework.integration.jdbc.storedproc.ProcedureParameter.class
org.springframework.integration.jdbc.store.JdbcChannelMessageStore$1.class
org.springframework.integration.jdbc.store.JdbcChannelMessageStore.class
org.springframework.integration.jdbc.store.JdbcChannelMessageStore$2.class
org.springframework.integration.jdbc.store.channel.MySqlChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.AbstractChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.MessageRowMapper.class
org.springframework.integration.jdbc.store.channel.DerbyChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.OracleChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.PostgresChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.store.channel.HsqlChannelMessageStoreQueryProvider.class
org.springframework.integration.jdbc.config.StoredProcPollingChannelAdapterParser.class
org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser.class
org.springframework.integration.jdbc.config.JdbcMessageStoreParser.class
org.springframework.integration.jdbc.config.StoredProcOutboundGatewayParser.class
org.springframework.integration.jdbc.config.JdbcTypesEnum.class
org.springframework.integration.jdbc.config.JdbcMessageHandlerParser.class
org.springframework.integration.jdbc.config.JdbcNamespaceHandler.class
org.springframework.integration.jdbc.config.StoredProcMessageHandlerParser.class
org.springframework.integration.jdbc.config.StoredProcParserUtils.class
org.springframework.integration.jdbc.config.JdbcOutboundGatewayParser.class
META-INF/spring.handlers
META-INF/spring.schemas
META-INF/spring.tooling
org/springframework/integration/jdbc/schema-drop-derby.sql
org/springframework/integration/jdbc/schema-hsqldb.sql
org/springframework/integration/jdbc/schema-drop-db2.sql
org/springframework/integration/jdbc/schema-drop-h2.sql
org/springframework/integration/jdbc/schema-drop-postgresql.sql
org/springframework/integration/jdbc/schema-sqlserver.sql
org/springframework/integration/jdbc/schema-sybase.sql
org/springframework/integration/jdbc/schema-postgresql.sql
org/springframework/integration/jdbc/schema-drop-oracle10g.sql
org/springframework/integration/jdbc/schema-derby.sql
org/springframework/integration/jdbc/schema-oracle10g.sql
org/springframework/integration/jdbc/schema-drop-sqlserver.sql
org/springframework/integration/jdbc/schema-drop-mysql.sql
org/springframework/integration/jdbc/schema-mysql.sql
org/springframework/integration/jdbc/schema-h2.sql
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
spring-jdbc-3.1.3.RELEASE.jar
/org.springframework/spring-jdbc/3.1.3.RELEASE
查看spring-jdbc所有版本文件
guava-12.0.jar
/com.google.guava/guava/12.0
查看guava所有版本文件
spring-tx-3.1.3.RELEASE.jar
/org.springframework/spring-tx/3.1.3.RELEASE
查看spring-tx所有版本文件
spring-aop-3.1.3.RELEASE.jar
/org.springframework/spring-aop/3.1.3.RELEASE
查看spring-aop所有版本文件
spring-integration-core-2.2.1.RELEASE.jar
/org.springframework.integration/spring-integration-core/2.2.1.RELEASE
查看spring-integration-core所有版本文件
|