You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-data-rest-service.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Spring Boot: Data Rest Service
2
2
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,且具备分页和排序的功能。
0 commit comments