Polish
This commit is contained in:
@@ -1476,7 +1476,6 @@ respectively.
|
||||
|
||||
[[howto-use-exposing-spring-data-repositories-rest-endpoint]]
|
||||
=== Expose Spring Data repositories as REST endpoint
|
||||
|
||||
Spring Data REST can expose the `Repository` implementations as REST endpoints for you as
|
||||
long as Spring MVC has been enabled for the application.
|
||||
|
||||
|
||||
@@ -781,7 +781,6 @@ annotations to your `@ConfigurationProperties` class:
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
In order to validate values of nested properties, you must annotate the associated field
|
||||
as `@Valid` to trigger its validation. For example, building upon the above
|
||||
`ConnectionSettings` example:
|
||||
|
||||
Reference in New Issue
Block a user