Polishing.

Update README files to reference all the examples for Spring Data JDBC.
Also fix a typo in another README.

See #675
This commit is contained in:
Jens Schauder
2023-11-07 12:39:58 +01:00
committed by Mark Paluch
parent 15783e4f7c
commit 7c696ac196
2 changed files with 7 additions and 1 deletions

View File

@@ -23,8 +23,14 @@ Local Elasticsearch instance must be running to run the tests.
== Spring Data JDBC
* `basic` - Basic usage of Spring Data JDBC.
* `graalvm-native` - This example compiles a basic Spring Data JDBC application into a GraalVM native image.
* `howto` - A collection of projects to go with the https://spring.io/blog/2021/09/09/spring-data-jdbc-how-to-use-custom-id-generation[Spring Data JDBC - How to blog posts].
* `immutables` - Showing Spring Data JDBC usage
with https://immutables.github.io/[Immutables]
* `jmolecules` - Demonstrates the interaction of jMolecules with Spring Data JDBC.
* `jooq` - Demonstrates how to use jOOQ and Spring Data JDBC together.
* `mybatis` - Demonstrate how to use MyBatis to generate SQL for Spring Data JDBC.
* `singlequeryloading` - Demonstrates how to enable Single Query Loading.
== Spring Data JPA

View File

@@ -1,6 +1,6 @@
== Spring Data JDBC - GraalVM native image
This example compiles a basic Spring Data JDBC appication into a GraalVM native image.
This example compiles a basic Spring Data JDBC application into a GraalVM native image.
=== Install GraalVM & native image tooling