Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Update README files to reference all the examples for Spring Data JDBC.
Also fix a typo in another README.

See #675
  • Loading branch information
schauder authored and mp911de committed Nov 7, 2023
1 parent 15783e4 commit 7c696ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion jdbc/graalvm-native/README.adoc
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7c696ac

Please sign in to comment.