Skip to content

Commit 7c696ac

Browse files
schaudermp911de
authored andcommitted
Polishing.
Update README files to reference all the examples for Spring Data JDBC. Also fix a typo in another README. See #675
1 parent 15783e4 commit 7c696ac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,14 @@ Local Elasticsearch instance must be running to run the tests.
2323
== Spring Data JDBC
2424

2525
* `basic` - Basic usage of Spring Data JDBC.
26+
* `graalvm-native` - This example compiles a basic Spring Data JDBC application into a GraalVM native image.
27+
* `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].
2628
* `immutables` - Showing Spring Data JDBC usage
2729
with https://immutables.github.io/[Immutables]
30+
* `jmolecules` - Demonstrates the interaction of jMolecules with Spring Data JDBC.
31+
* `jooq` - Demonstrates how to use jOOQ and Spring Data JDBC together.
32+
* `mybatis` - Demonstrate how to use MyBatis to generate SQL for Spring Data JDBC.
33+
* `singlequeryloading` - Demonstrates how to enable Single Query Loading.
2834

2935
== Spring Data JPA
3036

jdbc/graalvm-native/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== Spring Data JDBC - GraalVM native image
22

3-
This example compiles a basic Spring Data JDBC appication into a GraalVM native image.
3+
This example compiles a basic Spring Data JDBC application into a GraalVM native image.
44

55
=== Install GraalVM & native image tooling
66

0 commit comments

Comments
 (0)