Class RepositoryRestMvcConfiguration

All Implemented Interfaces:
Aware, BeanClassLoaderAware, EmbeddedValueResolverAware, WebMvcConfigurer

Main application configuration for Spring Data REST. To customize how the exporter works, subclass this and override any of the configure* methods.

Any XML files located in the classpath under the META-INF/spring-data-rest/ path will be automatically found and loaded into this ApplicationContext.

Author:
Oliver Gierke, Jon Brisbin, Greg Turnquist, Mark Paluch, Christoph Strobl, Will Fleury