Polishing.

Fixes a tiny typo.
Comments and formatting to make the important parts more obvious.

Original pull request #624
This commit is contained in:
Jens Schauder
2021-05-07 10:48:04 +02:00
parent 744ee32425
commit c981f62aab
4 changed files with 31 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
== Spring Data JDBC with Immutables
This example show how to use https://immutables.github.io/[Immutables] with Spring Data.
This example shows how to use https://immutables.github.io/[Immutables] with Spring Data.
The core concept of Immutables is to define an interface (or abstract class) for which Immutables generates an immutable implementation that can then be used by application code.
Persisting immutable objects and associating the saved object with generated identifiers works out of the box.