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

@@ -35,3 +35,7 @@ To ease the declaration of the individual modules, we recommend to declare the f
The individual sections describing Spring Modulith features will refer to the individual artifacts that are needed to make use of the feature.
For an overview about all modules available, have a look at <<appendix.artifacts>>.
== Examples
If you would like to play with the features of the project and see them live in action, check out the examples https://github.com/spring-projects/spring-modulith/tree/{projectVersion}/spring-modulith-examples[here]