Spring Data Rest vs Spring Data Rest WebMvc

混江龙づ霸主 提交于 2019-12-12 03:38:19

问题


What is the difference between:

spring-data-rest

and

spring-data-rest-webmvc

To obviously they are two different things, but I am slightly confused here.


回答1:


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.

In most cases one will use spring-data-rest dependency for his/her project.



来源:https://stackoverflow.com/questions/37999308/spring-data-rest-vs-spring-data-rest-webmvc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!