Spring Boot Data Rest Service
条评论简述
Spring Boot 可以通过spring-boot-starter-data-rest来对外提供REST API,可以免于编写对应的Controller,且具备分页和排序的功能。
pom文件中增加相关的依赖项
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
</dependency>
本文标题:Spring Boot Data Rest Service
文章作者:fantasykai
发布时间:2016-11-04
最后更新:2025-02-11
原始链接:http://ai.mak.cn/posts/4145/
版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明出处!