#421 - Elevate R2DBC example to top level project.

Moved r2dbc example to a top-level project. Switched to new Spring Data R2DBC project coordinates.

Original pull request: #422.
This commit is contained in:
Oliver Gierke
2018-10-17 16:57:54 +02:00
committed by Mark Paluch
parent 28dd3d8728
commit d2eb42dad1
10 changed files with 37 additions and 8 deletions

View File

@@ -82,6 +82,10 @@ We have separate folders for the samples of individual modules:
* `basic` - Basic usage of Spring Data JDBC.
## Spring Data R2DBC
* `example` - Basic usage of Spring Data R2DBC.
## Miscellaneous
* `bom` - Example project how to use the Spring Data release train bom in non-Spring-Boot scenarios.