Order internal RepositoryRestConfigurer
This commit provides an order of zero for the RepositoryRestConfigurer that is used internally to configure the `RepositoryRestConfiguration`. In practice, an unordered `RepositoryRestConfigurer` will run after ours. Closes gh-7981
This commit is contained in:
@@ -1952,6 +1952,10 @@ If you need to provide additional customization, you should use a
|
||||
{spring-data-rest-javadoc}/webmvc/config/RepositoryRestConfigurer.{dc-ext}[`RepositoryRestConfigurer`]
|
||||
bean.
|
||||
|
||||
NOTE: If you don't specify any order on your custom `RepositoryRestConfigurer` it will run
|
||||
after the one Spring Boot uses internally. If you need to specify an order, make sure it
|
||||
is higher than 0.
|
||||
|
||||
|
||||
|
||||
[[howto-configure-a-component-that-is-used-by-JPA]]
|
||||
|
||||
Reference in New Issue
Block a user