Add example showing PropertyValueConverter usage.

Closes #637
This commit is contained in:
Mark Paluch
2022-04-26 15:14:37 +02:00
committed by Greg L. Turnquist
parent 83cd9e2d5a
commit 7e50e0b612
9 changed files with 345 additions and 3 deletions

View File

@@ -46,6 +46,10 @@
</build>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data.examples</groupId>
<artifactId>spring-data-mongodb-example-utils</artifactId>