#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

17
r2dbc/example/pom.xml Normal file
View File

@@ -0,0 +1,17 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.data.examples</groupId>
<artifactId>spring-data-r2dbc-examples</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-data-r2dbc-example</artifactId>
<name>Spring Data R2DBC - Example</name>
</project>