问题
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