组织ID: |
org.springframework.data |
项目ID: |
spring-data-rest-webmvc |
版本: |
3.1.12.RELEASE |
最后修改时间: |
2019-11-05 18:23:25 |
包类型: |
jar |
标题: |
Spring Data REST - WebMVC |
描述: |
Spring Data REST - WebMVC |
大小: |
341.97KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-webmvc</artifactId>
<version>3.1.12.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.data:spring-data-rest-webmvc:3.1.12.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>spring-data-rest-webmvc</artifactId>
<name>Spring Data REST - WebMVC</name>
<description>Spring Data REST - WebMVC</description>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>3.1.12.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
<cassandra.version>2.0.9</cassandra.version>
<cassandraunit.version>2.0.2.1</cassandraunit.version>
<java-module-name>spring.data.rest.webmvc</java-module-name>
<project.root>${basedir}/..</project.root>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-data-rest-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<!-- Jackson -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<!-- Jackson Hibernate -->
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate4</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate5</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.version}</version>
<optional>true</optional>
</dependency>
<!-- Jackson JodaTime -->
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<optional>true</optional>
</dependency>
<!-- Querydsl -->
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-core</artifactId>
<version>${querydsl}</version>
<optional>true</optional>
</dependency>
<!-- Optional store specifics -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>javax.persistence</artifactId>
<version>2.0.0</version>
<optional>true</optional>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${jsonpath}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-keyvalue</artifactId>
<version>${springdata.keyvalue}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
rest-default-messages.properties
org.springframework.data.rest.webmvc.PersistentEntityResource$Builder.class
org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler.class
org.springframework.data.rest.webmvc.ResourceProcessorInvoker$ProcessorWrapper.class
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter.class
org.springframework.data.rest.webmvc.json.Jackson2DatatypeHelper$JodaModuleRegistrar.class
org.springframework.data.rest.webmvc.json.patch.AddOperation.class
org.springframework.data.rest.webmvc.json.patch.JsonLateObjectEvaluator.class
org.springframework.data.rest.webmvc.json.patch.MoveOperation$1.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$1.class
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter$DefaultingMessageSourceResolvable.class
org.springframework.data.rest.webmvc.support.DelegatingHandlerMapping.class
org.springframework.data.rest.webmvc.support.DefaultExcerptProjector.class
org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController$HttpRequestMethodNotSupportedException.class
org.springframework.data.rest.webmvc.RepositoryEntityController.class
org.springframework.data.rest.webmvc.mapping.LinkCollector$LinkCollectingAssociationHandler.class
org.springframework.data.rest.webmvc.IncomingRequest.class
org.springframework.data.rest.webmvc.config.JsonPatchHandler.class
org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping.class
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter$JacksonProperty.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$UriStringDeserializer.class
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter$JsonSchemaPropertyRegistrar.class
org.springframework.data.rest.webmvc.json.patch.LateObjectEvaluator.class
org.springframework.data.rest.webmvc.json.JsonSchema.class
org.springframework.data.rest.webmvc.support.PersistentEntityResourceProcessor$DomainTypeResourceProcessor.class
org.springframework.data.rest.webmvc.support.Projector.class
org.springframework.data.rest.webmvc.support.RepositoryLinkBuilder.class
org.springframework.data.rest.webmvc.RepositorySearchesResource.class
org.springframework.data.rest.webmvc.HttpHeadersPreparer.class
META-INF/maven/org.springframework.data/spring-data-rest-webmvc/pom.xml
org.springframework.data.rest.webmvc.mapping.LinkCollector$NestedLinkCollectingAssociationHandler.class
org.springframework.data.rest.webmvc.config.QuerydslAwareRootResourceInformationHandlerMethodArgumentResolver.class
org.springframework.data.rest.webmvc.ServerHttpRequestMethodArgumentResolver.class
org.springframework.data.rest.webmvc.ResourceNotFoundException.class
org.springframework.data.rest.webmvc.json.MappingAwarePageableArgumentResolver.class
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter$DefaultMessageResolver.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$PersistentEntityResourceSerializer$1.class
org.springframework.data.rest.webmvc.json.patch.SpelPath$TypedSpelPath$CacheKey.class
org.springframework.data.rest.webmvc.json.patch.SpelPath$TypedSpelPath$SkippedPropertyPath.class
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter$ResolvableProperty.class
org.springframework.data.rest.webmvc.json.DomainObjectReader$LinkedAssociationSkippingAssociationHandler.class
org.springframework.data.rest.webmvc.support.ConstraintViolationExceptionMessage.class
org.springframework.data.rest.webmvc.support.RepositoryEntityLinks.class
org.springframework.data.rest.webmvc.support.DelegatingHandlerMapping$HandlerSelectionResult.class
org.springframework.data.rest.webmvc.RepositoryController.class
org.springframework.data.rest.webmvc.alps.AlpsController.class
org.springframework.data.rest.webmvc.RepositoryRestController.class
org.springframework.data.rest.webmvc.mapping.Associations.class
org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer$1.class
org.springframework.data.rest.webmvc.config.RepositoryRestConfigurerDelegate.class
org.springframework.data.rest.webmvc.config.ResourceMetadataHandlerMethodArgumentResolver.class
org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.class
org.springframework.data.rest.webmvc.json.JacksonMappingAwareSortTranslator.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$PersistentEntityResourceSerializer.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$ProjectionResource.class
org.springframework.data.rest.webmvc.json.DomainObjectReader.class
org.springframework.data.rest.webmvc.json.patch.JsonPatchPatchConverter.class
org.springframework.data.rest.webmvc.json.patch.PatchOperation.class
org.springframework.data.rest.webmvc.json.patch.ReplaceOperation.class
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter$ResolvableType.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$RepositoryInvokingDeserializer.class
org.springframework.data.rest.webmvc.support.BackendId.class
org.springframework.data.rest.webmvc.support.RepositoryConstraintViolationExceptionMessage$ValidationError.class
org.springframework.data.rest.webmvc.support.HttpMethodHandlerMethodArgumentResolver.class
org.springframework.data.rest.webmvc.alps.RootResourceInformationToAlpsDescriptorConverter.class
org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController$ReferencedProperty.class
org.springframework.data.rest.webmvc.mapping.LinkCollector.class
org.springframework.data.rest.webmvc.config.RootResourceInformationHandlerMethodArgumentResolver.class
org.springframework.data.rest.webmvc.RootResourceInformation.class
org.springframework.data.rest.webmvc.spi.BackendIdConverter$DefaultIdConverter.class
org.springframework.data.rest.webmvc.json.JacksonMetadata.class
org.springframework.data.rest.webmvc.json.JsonSchema$EnumProperty.class
org.springframework.data.rest.webmvc.json.Jackson2DatatypeHelper$Hibernate4ModuleRegistrar.class
org.springframework.data.rest.webmvc.json.patch.TestOperation$TestOperationBuilder.class
org.springframework.data.rest.webmvc.json.patch.SpelPath.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$AssociationUriResolvingDeserializerModifier.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$ProjectionResourceContentSerializer.class
org.springframework.data.rest.webmvc.support.PersistentEntityProjector.class
org.springframework.data.rest.webmvc.support.ETagDoesntMatchException.class
org.springframework.data.rest.webmvc.RepositorySearchController.class
org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping$NoOpStringValueResolver.class
META-INF/maven/org.springframework.data/spring-data-rest-webmvc/pom.properties
org.springframework.data.rest.webmvc.mapping.LinkCollectingAssociationHandler.class
org.springframework.data.rest.webmvc.config.PersistentEntityResourceHandlerMethodArgumentResolver.class
org.springframework.data.rest.webmvc.ResourceProcessorHandlerMethodReturnValueHandler.class
org.springframework.data.rest.webmvc.PersistentEntityResource$1.class
org.springframework.data.rest.webmvc.json.DomainObjectReader$SupplierWithException.class
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter$MessageResolver.class
org.springframework.data.rest.webmvc.json.MappedProperties.class
org.springframework.data.rest.webmvc.json.WrappedProperties.class
org.springframework.data.rest.webmvc.json.patch.TestOperation$1.class
org.springframework.data.rest.webmvc.json.MappingAwareSortArgumentResolver.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$ProjectionSerializer.class
org.springframework.data.rest.webmvc.support.ExcerptProjector.class
org.springframework.data.rest.webmvc.support.PersistentEntityResourceProcessor$1.class
org.springframework.data.rest.webmvc.BasePathAwareHandlerMapping$UriAwareHttpServletRequest.class
org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter.class
org.springframework.data.rest.webmvc.RepositorySchemaController.class
org.springframework.data.rest.webmvc.mapping.NestedLinkCollectingAssociationHandler.class
org.springframework.data.rest.webmvc.config.RepositoryRestConfigurerAdapter.class
org.springframework.data.rest.webmvc.PersistentEntityResource.class
org.springframework.data.rest.webmvc.PersistentEntityResource$NoLinksResources.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$LookupObjectSerializer.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$CollectionValueInstantiator.class
org.springframework.data.rest.webmvc.json.JacksonSerializers.class
org.springframework.data.rest.webmvc.json.patch.PatchConverter.class
org.springframework.data.rest.webmvc.json.patch.ReplaceOperation$1.class
org.springframework.data.rest.webmvc.json.patch.CopyOperation.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$ProjectionResourceContent.class
org.springframework.data.rest.webmvc.json.JsonSchema$JsonSchemaProperty.class
org.springframework.data.rest.webmvc.json.EnumTranslator.class
org.springframework.data.rest.webmvc.support.BackendIdHandlerMethodArgumentResolver.class
org.springframework.data.rest.webmvc.support.ETagArgumentResolver.class
org.springframework.data.rest.webmvc.ProfileController.class
org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping$RepositoryCorsConfigurationAccessor.class
org.springframework.data.rest.webmvc.BasePathAwareHandlerMapping.class
org.springframework.data.rest.webmvc.ResourceProcessorInvoker$CustomOrderAwareComparator.class
org.springframework.data.rest.webmvc.config.ProjectionDefinitionRegistar.class
org.springframework.data.rest.webmvc.BaseUri.class
org.springframework.data.rest.webmvc.ResourceStatus$StatusAndHeaders.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$AssociationUriResolvingDeserializerModifier$ValueInstantiatorCustomizer.class
org.springframework.data.rest.webmvc.json.JacksonSerializers$EnumTranslatingDeserializer.class
org.springframework.data.rest.webmvc.json.patch.SpelPath$UntypedSpelPath.class
org.springframework.data.rest.webmvc.json.patch.TestOperation.class
org.springframework.data.rest.webmvc.json.patch.PatchException.class
org.springframework.data.rest.webmvc.json.Jackson2DatatypeHelper$1.class
org.springframework.data.rest.webmvc.json.JsonSchema$PropertiesContainer.class
org.springframework.data.rest.webmvc.support.DefaultedPageableHandlerMethodArgumentResolver.class
org.springframework.data.rest.webmvc.support.RepositoryConstraintViolationExceptionMessage.class
org.springframework.data.rest.webmvc.alps.RootResourceInformationToAlpsDescriptorConverter$1.class
org.springframework.data.rest.webmvc.alps.RootResourceInformationToAlpsDescriptorConverter$2.class
org.springframework.data.rest.webmvc.ResourceProcessorInvoker$ResourceProcessorWrapper.class
org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration.class
org.springframework.data.rest.webmvc.ResourceProcessorInvokingHandlerAdapter.class
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter$ValueTypeSchemaPropertyCustomizerFactory$1.class
org.springframework.data.rest.webmvc.json.patch.ReplaceOperation$ReplaceOperationBuilder.class
org.springframework.data.rest.webmvc.json.patch.SpelPath$1.class
org.springframework.data.rest.webmvc.json.patch.RemoveOperation.class
org.springframework.data.rest.webmvc.json.JacksonMappingAwareSortTranslator$SortTranslator.class
org.springframework.data.rest.webmvc.json.JsonSchemaPropertyCustomizer.class
org.springframework.data.rest.webmvc.json.JacksonMappingAwareSortTranslator$TypedSegment.class
org.springframework.data.rest.webmvc.ResourceProcessorInvoker.class
org.springframework.data.rest.webmvc.support.DefaultedPageable.class
org.springframework.data.rest.webmvc.BasePathAwareHandlerMapping$CustomAcceptHeaderHttpServletRequest.class
org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController$1.class
org.springframework.data.rest.webmvc.convert.UriListHttpMessageConverter.class
org.springframework.data.rest.webmvc.RestMediaTypes.class
org.springframework.data.rest.webmvc.config.ArgumentResolverPagingAndSortingTemplateVariables.class
org.springframework.data.rest.webmvc.ResourceProcessorInvoker$DefaultProcessorWrapper.class
org.springframework.data.rest.webmvc.ResourceStatus.class
org.springframework.data.rest.webmvc.RepositoryRestExceptionHandler.class
org.springframework.data.rest.webmvc.json.Jackson2DatatypeHelper$Hibernate5ModuleRegistrar.class
org.springframework.data.rest.webmvc.json.Jackson2DatatypeHelper$HibernateVersions.class
org.springframework.data.rest.webmvc.json.DomainObjectReader$RunnableWithException.class
org.springframework.data.rest.webmvc.json.patch.MoveOperation$MoveOperationBuilder.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-data-rest-core-${project.version}.jar
/${project.groupId}/spring-data-rest-core/${project.version}
查看spring-data-rest-core所有版本文件
javax.servlet-api-3.0.1.jar
/javax.servlet/javax.servlet-api/3.0.1
查看javax.servlet-api所有版本文件
hibernate-core-${hibernate.version}.jar
/org.hibernate/hibernate-core/${hibernate.version}
查看hibernate-core所有版本文件
querydsl-core-${querydsl}.jar
/com.querydsl/querydsl-core/${querydsl}
查看querydsl-core所有版本文件
javax.persistence-2.0.0.jar
/org.eclipse.persistence/javax.persistence/2.0.0
查看javax.persistence所有版本文件
json-path-${jsonpath}.jar
/com.jayway.jsonpath/json-path/${jsonpath}
查看json-path所有版本文件
spring-data-keyvalue-${springdata.keyvalue}.jar
/org.springframework.data/spring-data-keyvalue/${springdata.keyvalue}
查看spring-data-keyvalue所有版本文件
|