我是Spring Data REST的新手,我不支持使用spring-webmvc.jar中的方法。所以我打算使用@BasePathAwareController或@RepositoryRestController,但我看到WebMvcConfigurerAdapter找不到类的异常。我知道这个类在spring-webmvc.jar中可用但是我怎么能来,我可以粘贴我的Spring-config.xml和web.xml
我想在Spring Data REST中找到相关的类,以及如何在Web.xml或dispatcher-servlet.xml中配置它。
我发现RepositoryRestConfigurerAdapter类似于WebMvcConfigurerAdapter类但不确定如何使用它。