组织ID: |
org.springframework.data |
项目ID: |
spring-data-couchbase |
版本: |
3.2.0.RELEASE |
最后修改时间: |
2019-10-01 18:17:47 |
包类型: |
jar |
标题: |
Spring Data Couchbase |
描述: |
Spring Data integration for Couchbase |
大小: |
352.71KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-couchbase</artifactId>
<version>3.2.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.data:spring-data-couchbase:3.2.0.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-couchbase</artifactId>
<version>3.2.0.RELEASE</version>
<name>Spring Data Couchbase</name>
<description>Spring Data integration for Couchbase</description>
<url>https://github.com/spring-projects/spring-data-couchbase</url>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.2.0.RELEASE</version>
</parent>
<properties>
<couchbase>2.7.9</couchbase>
<couchbase.osgi>2.7.9</couchbase.osgi>
<springdata.commons>2.2.0.RELEASE</springdata.commons>
<java-module-name>spring.data.couchbase</java-module-name>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>${testcontainers}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-data-commons</artifactId>
<version>${springdata.commons}</version>
</dependency>
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>java-client</artifactId>
<version>${couchbase}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.2.4.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>${jodatime}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava</artifactId>
<version>${rxjava}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava-reactive-streams</artifactId>
<version>${rxjava-reactive-streams}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>${rxjava2}</version>
<optional>true</optional>
</dependency>
<!-- Couchbase field level encryption library -->
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>encryption</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<scope>test</scope>
</dependency>
<!-- JSR 303 Validation -->
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>${validation}</version>
<optional>true</optional>
</dependency>
<!-- CDI -->
<!-- Dependency order required to build against CDI 1.0 and test with CDI 2.0 -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jcdi_2.0_spec</artifactId>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.interceptor</groupId>
<artifactId>javax.interceptor-api</artifactId>
<version>1.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>${cdi}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>${javax-annotation-api}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.openwebbeans</groupId>
<artifactId>openwebbeans-se</artifactId>
<version>${webbeans}</version>
<scope>test</scope>
</dependency>
<!-- Kotlin extension -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>${kotlin}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
<version>${kotlin}</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-plugins-release</id>
<url>https://repo.spring.io/plugins-release</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
<useFile>false</useFile>
<includes>
<include>**/*Test.java</include>
<include>**/*Tests.java</include>
</includes>
<excludes>
<exclude>**/*IntegrationTest.java</exclude>
<exclude>**/*IntegrationTests.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<includes>
<include>**/*IntegrationTest.java</include>
<include>**/*IntegrationTests.java</include>
</includes>
</configuration>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.data.couchbase.repository.ReactiveCouchbaseRepository.class
org.springframework.data.couchbase.repository.support.N1qlCouchbaseRepository.class
org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory.class
org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository.class
org.springframework.data.couchbase.repository.auditing.EnableCouchbaseAuditing.class
org.springframework.data.couchbase.repository.query.ViewQueryCreator$DerivedViewQuery.class
org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator$SpatialViewQueryWrapper.class
org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener.class
org.springframework.data.couchbase.core.BucketCallback.class
org.springframework.data.couchbase.core.CouchbaseTemplate$1.class
org.springframework.data.couchbase.core.query.WithConsistency.class
org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter.class
org.springframework.data.couchbase.core.convert.DateConverters$NumberToCalendarConverter.class
org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter$CouchbasePropertyValueProvider.class
org/springframework/data/couchbase/config/spring-couchbase-1.0.xsd
org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension.class
org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean.class
org.springframework.data.couchbase.repository.query.ReactiveStringN1qlBasedQuery.class
org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.class
org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery.class
org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty.class
org.springframework.data.couchbase.core.mapping.id.GenerationStrategy.class
org.springframework.data.couchbase.core.mapping.CouchbaseSimpleTypes.class
org.springframework.data.couchbase.core.CouchbaseTemplate$4$1.class
org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters$DurationToStringConverter.class
org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver$N1qlJoinProxy.class
org.springframework.data.couchbase.core.convert.DateConverters$CalendarToLongConverter.class
org.springframework.data.couchbase.core.convert.ConverterRegistration.class
notice.txt
changelog.txt
org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension.class
org.springframework.data.couchbase.repository.support.IndexManager$4.class
org.springframework.data.couchbase.repository.query.ViewBasedCouchbaseQuery.class
org.springframework.data.couchbase.repository.query.support.N1qlUtils.class
org.springframework.data.couchbase.repository.query.ConvertingIterator.class
org.springframework.data.couchbase.core.mapping.id.IdSuffix.class
org.springframework.data.couchbase.core.mapping.CouchbaseDocument.class
org.springframework.data.couchbase.core.CouchbaseTemplate$7.class
org.springframework.data.couchbase.core.query.View.class
org.springframework.data.couchbase.core.convert.DateConverters$DateToStringConverter.class
org.springframework.data.couchbase.core.convert.CouchbaseTypeMapper.class
org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter$ConverterAwareSpELExpressionParameterValueProvider.class
org.springframework.data.couchbase.config.CouchbaseClusterParser.class
org.springframework.data.couchbase.repository.config.EnableReactiveCouchbaseRepositories.class
org.springframework.data.couchbase.repository.support.IndexManager.class
org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery.class
org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator.class
org.springframework.data.couchbase.repository.CouchbaseRepository.class
org.springframework.data.couchbase.core.mapping.id.GeneratedValue.class
org.springframework.data.couchbase.core.CouchbaseTemplate$11.class
org.springframework.data.couchbase.core.CouchbaseTemplate$13.class
org.springframework.data.couchbase.core.RxJavaCouchbaseOperationsExtensionsKt.class
org.springframework.data.couchbase.core.query.FetchType.class
org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters$LocalDateTimeToLongConverter.class
org.springframework.data.couchbase.core.convert.DateConverters$DateToLongConverter.class
org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration.class
org.springframework.data.couchbase.config.CouchbaseBucketFactoryBean.class
org.springframework.data.couchbase.repository.config.EnableCouchbaseRepositories.class
org.springframework.data.couchbase.repository.support.IndexManager$2.class
org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository.class
org.springframework.data.couchbase.repository.support.ReactiveN1qlCouchbaseRepository.class
org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod.class
org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator$AbstractFalsePositiveEvaluator.class
org.springframework.data.couchbase.monitor.ClientInfo.class
org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity.class
org.springframework.data.couchbase.core.WriteResultChecking.class
org.springframework.data.couchbase.core.query.HashSide.class
org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.class
org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters$StringToZoneIdConverter.class
org.springframework.data.couchbase.core.convert.CouchbaseConverter.class
org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownInvocationHandler.class
org/springframework/data/couchbase/config/spring-couchbase-env-2.0.xsd
org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration.class
org.springframework.data.couchbase.repository.config.CouchbaseRepositoriesRegistrar.class
org.springframework.data.couchbase.repository.support.IndexManager$5.class
org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository$ResolvedView.class
org.springframework.data.couchbase.repository.query.N1qlCountQueryCreator$CountPageable.class
org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator$PolygonFalsePositiveEvaluator.class
org.springframework.data.couchbase.repository.query.ReactiveViewBasedCouchbaseQuery.class
org.springframework.data.couchbase.repository.query.CountFragment.class
org.springframework.data.couchbase.repository.query.ViewQueryCreator$1.class
org.springframework.data.couchbase.core.mapping.event.AuditingEventListener.class
org.springframework.data.couchbase.core.CouchbaseTemplate$14.class
org.springframework.data.couchbase.core.OperationCancellationException.class
org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService$1.class
org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions.class
org.springframework.data.couchbase.core.convert.DateConverters$DateTimeToLongConverter.class
org.springframework.data.couchbase.config.CouchbaseBucketParser.class
org.springframework.data.couchbase.config.AbstractReactiveCouchbaseDataConfiguration.class
org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping.class
org.springframework.data.couchbase.repository.query.PartTreeN1qlQueryCreator.class
org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils.class
org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator$CircleFalsePositiveEvaluator.class
org.springframework.data.couchbase.core.mapping.id.IdAttribute.class
org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate$PersistType.class
org.springframework.data.couchbase.core.CouchbaseTemplate$8.class
org.springframework.data.couchbase.core.support.TemplateUtils.class
org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate.class
org.springframework.data.couchbase.core.CouchbaseQueryExecutionException.class
org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters$NumberToLocalDateTimeConverter.class
org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters$StringToPeriodConverter.class
org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter$1.class
org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters$NumberToLocalDateConverter.class
org.springframework.data.couchbase.config.BeanNames.class
org.springframework.data.couchbase.config.CouchbaseTemplateParser.class
META-INF/maven/org.springframework.data/spring-data-couchbase/pom.properties
org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoriesRegistrar.class
org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository$ResolvedView.class
org.springframework.data.couchbase.repository.CouchbasePagingAndSortingRepository.class
org.springframework.data.couchbase.repository.query.N1qlQueryCreator.class
org.springframework.data.couchbase.monitor.ClusterInfo.class
org.springframework.data.couchbase.core.mapping.event.BeforeConvertEvent.class
org.springframework.data.couchbase.core.RxJavaCouchbaseOperations.class
org.springframework.data.couchbase.core.query.N1qlSecondaryIndexed.class
org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver$N1qlJoinResolverParameters.class
org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters$LocalDateToLongConverter.class
org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter$3.class
org.springframework.data.couchbase.config.CouchbaseTranslationServiceParser.class
org.springframework.data.couchbase.config.CouchbaseIndexManagerParser.class
org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping.class
org.springframework.data.couchbase.repository.support.MappingCouchbaseEntityInformation.class
org.springframework.data.couchbase.repository.support.IndexManager$3.class
org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.class
org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser$1.class
org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator.class
org.springframework.data.couchbase.repository.query.ReactivePartTreeN1qlBasedQuery.class
org.springframework.data.couchbase.core.mapping.CouchbasePersistentProperty.class
org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent.class
org.springframework.data.couchbase.core.CouchbaseTemplate$9.class
org.springframework.data.couchbase.core.query.ViewIndexed.class
org.springframework.data.couchbase.core.query.N1qlPrimaryIndexed.class
org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.class
org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters$NumberToLocalTimeConverter.class
org.springframework.data.couchbase.core.convert.CouchbaseWriter.class
org.springframework.data.couchbase.core.convert.DateConverters$NumberToDateTimeConverter.class
org.springframework.data.couchbase.config.CouchbaseEnvironmentParser.class
org.springframework.data.couchbase.config.CouchbaseEnvironmentFactoryBean.class
META-INF/maven/org.springframework.data/spring-data-couchbase/pom.xml
org.springframework.data.couchbase.repository.ReactiveCouchbaseSortingRepository.class
org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar.class
org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator.class
org.springframework.data.couchbase.repository.query.N1qlCountQueryCreator.class
org.springframework.data.couchbase.core.CouchbaseOperationsExtensionsKt.class
org.springframework.data.couchbase.core.mapping.event.BeforeDeleteEvent.class
org.springframework.data.couchbase.core.CouchbaseTemplate$3.class
org.springframework.data.couchbase.core.query.Consistency.class
org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters$InstantToLongConverter.class
org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService.class
org.springframework.data.couchbase.core.convert.translation.TranslationService.class
org.springframework.data.couchbase.core.convert.DateConverters$LocalDateTimeToLongConverter.class
org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper$CouchbaseDocumentTypeAliasAccessor.class
org.springframework.data.couchbase.config.AbstractCouchbaseDataConfiguration.class
META-INF/spring-data-couchbase.kotlin_module
org.springframework.data.couchbase.repository.cdi.CouchbaseRepositoryBean.class
org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean.class
org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator$1.class
org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery.class
org.springframework.data.couchbase.repository.query.CouchbaseEntityInformation.class
org.springframework.data.couchbase.core.mapping.KeySettings.class
org.springframework.data.couchbase.core.mapping.event.BeforeSaveEvent.class
org.springframework.data.couchbase.core.CouchbaseExceptionTranslator.class
org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate$1.class
org.springframework.data.couchbase.core.CouchbaseTemplate$2.class
org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper.class
org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters$NumberToInstantConverter.class
org.springframework.data.couchbase.core.convert.DateConverters$NumberToLocalDateTimeConverter.class
org.springframework.data.couchbase.config.CouchbaseNamespaceHandler.class
org.springframework.data.couchbase.config.CouchbaseJmxParser.class
license.txt
org.springframework.data.couchbase.repository.cdi.CouchbaseRepositoryExtension.class
org.springframework.data.couchbase.repository.support.ViewPostProcessor$ThreadBoundViewMetadata.class
org.springframework.data.couchbase.repository.query.ViewQueryCreator.class
org.springframework.data.couchbase.repository.query.support.GeoUtils.class
org.springframework.data.couchbase.repository.query.ReactiveSpatialViewBasedQuery.class
org.springframework.data.couchbase.core.mapping.event.LoggingEventListener.class
org.springframework.data.couchbase.core.CouchbaseTemplate$10.class
org.springframework.data.couchbase.core.UnsupportedCouchbaseFeatureException.class
org.springframework.data.couchbase.core.convert.DateConverters$NumberToLocalDateConverter.class
org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter$2.class
org/springframework/data/couchbase/config/spring-couchbase-2.0.xsd
org.springframework.data.couchbase.repository.cdi.ReactiveCouchbaseRepositoryBean.class
org.springframework.data.couchbase.repository.support.IndexManager$1.class
org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory$CouchbaseQueryLookupStrategy.class
org.springframework.data.couchbase.repository.support.ViewMetadataProvider.class
org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator$PointArrayFalsePositiveEvaluator.class
org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils$1.class
org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser$PlaceholderType.class
org.springframework.data.couchbase.core.mapping.Document.class
org.springframework.data.couchbase.core.mapping.event.AfterDeleteEvent.class
org.springframework.data.couchbase.core.CouchbaseTemplate$5.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
testcontainers-bom-${testcontainers}.jar
/org.testcontainers/testcontainers-bom/${testcontainers}
查看testcontainers-bom所有版本文件
|