组织ID: |
org.springframework.data |
项目ID: |
spring-data-rest-webmvc |
版本: |
2.1.4.RELEASE |
最后修改时间: |
2018-08-11 22:00:43 |
包类型: |
jar |
标题: |
Spring Data REST - WebMVC |
描述: |
Spring Data REST - WebMVC |
大小: |
133.97KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-webmvc</artifactId>
<version>2.1.4.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.data:spring-data-rest-webmvc:2.1.4.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 http://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>2.1.4.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
<jsonpath>0.8.1</jsonpath>
</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>
<!-- Optional store specifics -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<version>1.0.1.Final</version>
<optional>true</optional>
</dependency>
<!-- Jackson -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<!-- Jackson releases artifacts at will, need to explicitly refer to this one -->
<!-- See https://github.com/FasterXML/jackson-annotations/issues/39 -->
<version>2.3.3</version>
</dependency>
<!-- Jackson Hibernate -->
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate4</artifactId>
<version>${jackson}</version>
<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>
<version>${jackson}</version>
<optional>true</optional>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${jsonpath}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.data.rest.webmvc.ResourceProcessorHandlerMethodReturnValueHandler.class
org.springframework.data.rest.webmvc.mapping.AssociationLinks.class
org.springframework.data.rest.webmvc.mapping.LinkCollectingAssociationHandler.class
org.springframework.data.rest.webmvc.mapping.PropertyMappings.class
org.springframework.data.rest.webmvc.RepositoryEntityController.class
org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping$DefaultAcceptTypeHttpServletRequest.class
org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping$1.class
org.springframework.data.rest.webmvc.RepositoryController.class
org.springframework.data.rest.webmvc.ResourceProcessorInvokingHandlerAdapter.class
org.springframework.data.rest.webmvc.RepositoryRestController.class
org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController$2.class
org.springframework.data.rest.webmvc.ResourceType.class
org.springframework.data.rest.webmvc.ServerHttpRequestMethodArgumentResolver.class
org.springframework.data.rest.webmvc.PersistentEntityResource.class
org.springframework.data.rest.webmvc.util.UriUtils.class
org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.class
org.springframework.data.rest.webmvc.RepositoryRestHandlerAdapter.class
org.springframework.data.rest.webmvc.convert.UriListHttpMessageConverter.class
org.springframework.data.rest.webmvc.convert.StringToDistanceConverter.class
org.springframework.data.rest.webmvc.convert.StringToPointConverter.class
org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController$1.class
org.springframework.data.rest.webmvc.ControllerUtils.class
org.springframework.data.rest.webmvc.RepositoryRestDispatcherServlet.class
org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController$ReferencedProperty.class
org.springframework.data.rest.webmvc.BaseUri.class
org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController$4.class
org.springframework.data.rest.webmvc.ResourceProcessorHandlerMethodReturnValueHandler$CustomOrderAwareComparator.class
org.springframework.data.rest.webmvc.ResourceProcessorHandlerMethodReturnValueHandler$ResourceProcessorWrapper.class
org.springframework.data.rest.webmvc.RootResourceInformation$1.class
org.springframework.data.rest.webmvc.json.JsonSchema$Property.class
org.springframework.data.rest.webmvc.json.Jackson2DatatypeHelper$Hibernate4ModuleRegistrar.class
org.springframework.data.rest.webmvc.json.JsonSchema.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$AssociationUriResolvingDeserializerModifier.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$1.class
org.springframework.data.rest.webmvc.json.Jackson2DatatypeHelper.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$CollectionValueInstantiator.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$PersistentEntityResourceSerializer.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$AssociationOmittingSerializerModifier.class
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter.class
org.springframework.data.rest.webmvc.json.Jackson2DatatypeHelper$Hibernate4Checker.class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module$UriStringDeserializer.class
org.springframework.data.rest.webmvc.json.JsonSchema$ArrayProperty.class
org.springframework.data.rest.webmvc.json.Jackson2DatatypeHelper$JodaModuleRegistrar.class
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter$1.class
org.springframework.data.rest.webmvc.spi.BackendIdConverter.class
org.springframework.data.rest.webmvc.spi.BackendIdConverter$DefaultIdConverter.class
org.springframework.data.rest.webmvc.RootResourceInformation.class
org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping.class
org.springframework.data.rest.webmvc.ResourceProcessorHandlerMethodReturnValueHandler$ResourcesProcessorWrapper.class
org.springframework.data.rest.webmvc.ResourceProcessorHandlerMethodReturnValueHandler$DefaultProcessorWrapper.class
org.springframework.data.rest.webmvc.config.ResourceMetadataHandlerMethodArgumentResolver.class
org.springframework.data.rest.webmvc.config.PersistentEntityResourceHandlerMethodArgumentResolver.class
org.springframework.data.rest.webmvc.config.PersistentEntityResourceAssemblerArgumentResolver.class
org.springframework.data.rest.webmvc.config.RootResourceInformationHandlerMethodArgumentResolver.class
org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration.class
org.springframework.data.rest.webmvc.support.BackendIdHandlerMethodArgumentResolver.class
org.springframework.data.rest.webmvc.support.ConstraintViolationExceptionMessage.class
org.springframework.data.rest.webmvc.support.RepositoryEntityLinks.class
org.springframework.data.rest.webmvc.support.Projector.class
org.springframework.data.rest.webmvc.support.PersistentEntityResourceProcessor$DomainTypeResourceProcessor.class
org.springframework.data.rest.webmvc.support.PersistentEntityProjector.class
org.springframework.data.rest.webmvc.support.PersistentEntityResourceProcessor$1.class
org.springframework.data.rest.webmvc.support.BaseUriLinkBuilder.class
org.springframework.data.rest.webmvc.support.ExceptionMessage.class
org.springframework.data.rest.webmvc.support.RepositoryConstraintViolationExceptionMessage$ValidationError.class
org.springframework.data.rest.webmvc.support.JpaHelper.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-jpa-2.0-api-1.0.1.Final.jar
/org.hibernate.javax.persistence/hibernate-jpa-2.0-api/1.0.1.Final
查看hibernate-jpa-2.0-api所有版本文件
jackson-databind-${jackson}.jar
/com.fasterxml.jackson.core/jackson-databind/${jackson}
查看jackson-databind所有版本文件
jackson-annotations-2.3.3.jar
/com.fasterxml.jackson.core/jackson-annotations/2.3.3
查看jackson-annotations所有版本文件
jackson-datatype-hibernate4-${jackson}.jar
/com.fasterxml.jackson.datatype/jackson-datatype-hibernate4/${jackson}
查看jackson-datatype-hibernate4所有版本文件
hibernate-core-${hibernate.version}.jar
/org.hibernate/hibernate-core/${hibernate.version}
查看hibernate-core所有版本文件
jackson-datatype-joda-${jackson}.jar
/com.fasterxml.jackson.datatype/jackson-datatype-joda/${jackson}
查看jackson-datatype-joda所有版本文件
json-path-${jsonpath}.jar
/com.jayway.jsonpath/json-path/${jsonpath}
查看json-path所有版本文件
|