File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ Local Elasticsearch instance must be running to run the tests.
72
72
* ` gridfs ` - Example project showing usage of gridFS with MongoDB.
73
73
* ` jmolecules ` - Example of Spring Data MongoDB working with a jMolecules based domain model.
74
74
* ` kotlin ` - Example for using [ Kotlin] ( https://kotlinlang.org/ ) with MongoDB.
75
- * ` linking ` - Example demonstrating possibilities for linking documents.
76
75
* ` query-by-example ` - Example project showing usage of Query by Example with MongoDB.
77
76
* ` querydsl ` - Example project showing imperative and reactive [ Querydsl] ( https://github.com/querydsl/querydsl ) support for MongoDB.
78
77
* ` reactive ` - Example project to show reactive template and repository support.
@@ -132,4 +131,4 @@ Local Redis instances must be running to run the tests.
132
131
* The code makes use of Java 16 language features therefore you need Java 16 or newer to
133
132
run and compile the examples.
134
133
* Most store modules examples start their database via Testcontainers or as
135
- embedded/in-memory server unless stated otherwise.
134
+ embedded/in-memory server unless stated otherwise.
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >2.7.0-RC1 </version >
16
+ <version >2.7.0</version >
17
17
</parent >
18
18
19
19
<modules >
You can’t perform that action at this time.
0 commit comments