本文介绍了Spring Data Rest vs Spring Data Rest WebMvc的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有什么区别:
spring-data-rest
和
spring-data-rest-webmvc
显然它们是两个不同的东西,但我在这里有点困惑.
To obviously they are two different things, but I am slightly confused here.
推荐答案
spring-data-rest-webmvc 是描述 spring-data-rest 主要概念的项目strong> 这是主要的 spring 模块之一.
The spring-data-rest-webmvc is the project describing the main concepts of spring-data-rest which is the one of the main spring modules.
在大多数情况下,他/她的项目会使用 spring-data-rest 依赖项.
In most cases one will use spring-data-rest dependency for his/her project.
这篇关于Spring Data Rest vs Spring Data Rest WebMvc的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!