#297 - Add sample for fluent MongoDB API.

This commit is contained in:
Christoph Strobl
2017-06-12 11:49:08 +02:00
committed by Oliver Gierke
parent 7a557bfd72
commit e7123f2647
10 changed files with 578 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<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>
<artifactId>spring-data-mongodb-fluent-api</artifactId>
<name>Spring Data MongoDB - Fluent API Example</name>
<parent>
<groupId>org.springframework.data.examples</groupId>
<artifactId>spring-data-mongodb-examples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
</project>