Skip to content

Commit 9255c25

Browse files
committed
Update spring-boot-data-rest-service.md
1 parent cb3b379 commit 9255c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-data-rest-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Spring Boot: Data Rest Service
22

3-
在文章[RESTful by Spring Boot with MySQL](http://www.jianshu.com/p/2537313ce5f1)通过在Controller中引入BookRepository来对外提供REST API。Spring Boot还可以通过`spring-boot-starter-data-rest`来对外提供REST API,可以免于编写对应的Controller,且具备分页和排序的功能。
3+
在文章[RESTful by Spring Boot with MySQL](spring-boot-rest-mysql.md)通过在Controller中引入BookRepository来对外提供REST API。Spring Boot还可以通过`spring-boot-starter-data-rest`来对外提供REST API,可以免于编写对应的Controller,且具备分页和排序的功能。
44

55
## 实践
66

0 commit comments

Comments
 (0)