spring-boot/spring-boot-docs
Stephane Nicoll 1035e5b029 Expose RepositoryRestMvcBootConfiguration
If an application defines a custom RepositoryRestMvcConfiguration, all
Spring Boot defaults are lots. While this sounds sensible, it can be
confusing as Spring Boot exposes properties (`spring.data.rest.*`) that
are no longer honored.

RepositoryRestMvcBootConfiguration is now public and can be used as an
extension point for those who need to customize the Spring Data REST
configuration and keep boot's specific defaults.

Fixes gh-2392
2015-02-10 16:00:11 +01:00
..
src/main Expose RepositoryRestMvcBootConfiguration 2015-02-10 16:00:11 +01:00
pom.xml Fix Java 8 Javadoc compatibility 2015-02-02 17:05:37 -08:00