GH-224 - Improve documentation of our examples.

Added a readme to briefly describe what's contained in the examples. Added Maven Wrapper to all example projects.

Limit the dependencies of the JDBC based example to sole Spring JDBC (dropping the Spring Data integration as it's not needed for the example. Remove unused, JPA-related property
This commit is contained in:
Oliver Drotbohm
2023-07-05 13:52:56 +02:00
parent dc1ed87a0e
commit 60dad66637
18 changed files with 1498 additions and 2 deletions

View File

@@ -25,6 +25,10 @@
<java.version>17</java.version>
</properties>
<build>
<defaultGoal>verify</defaultGoal>
</build>
<dependencyManagement>
<dependencies>
<dependency>