[springboot] Spring Data REST one line of code implements RESTFul interface

insert image description here

4.14. One line of code implements the RESTFul interface

1. Introduction to spring data rest

Spring Data REST is based on the Spring Data repository, which can automatically output the repository as a REST resource. Currently, it supports:

  • Spring Data JPA
  • Spring Data MongoDB
  • Spring Data Neo4j
  • Spring Data GemFire
  • Spring Data Cassandra

Guess you like

Origin blog.csdn.net/hanxiaotongtong/article/details/122892597