实践Spring Data Rest

Spring Data Rest is part of the umbrella Spring Data project and makes it easy to build hypermedia-driven REST web services on top of Spring Data repositories.

基于Spring Data Release Train - BOM Ingalls-SR6

1
2
3
4
5
<dependency>
	<groupId>org.springframework.data</groupId>
	<artifactId>spring-data-rest-webmvc</artifactId>
	<version>2.6.3.RELEASE</version>
</dependency>

RepositoryRestMvcConfiguration

spring boot之RepositoryRestMvcAutoConfiguration

@RepositoryRestResource

@RestResource

@Param