Migrate MongoDB to JUnit 5 (except for ClassRule).

See #583.
This commit is contained in:
Mark Paluch
2021-04-28 15:37:28 +02:00
parent e565f33872
commit ead318ce8d
29 changed files with 366 additions and 455 deletions

View File

@@ -105,11 +105,17 @@ We have separate folders for the samples of individual modules:
## Miscellaneous
* `bom` - Example project how to use the Spring Data release train bom in non-Spring-Boot scenarios.
* `bom` - Example project how to use the Spring Data release train bom in non-Spring-Boot
scenarios.
* `map` - Example project to show how to use `Map`-backed repositories.
* `multi-store` - Example project to use both Spring Data MongoDB and Spring Data JPA in one project.
* `multi-store` - Example project to use both Spring Data MongoDB and Spring Data JPA in
one project.
## Note
* The example projects make use of the [Lombok](https://projectlombok.org/) plugin. To get proper code navigation in your IDE, you must install it separately.
Lombok is available in the IntelliJ plugins repository and as a [download](https://projectlombok.org/download) for Eclipse-based IDEs.
* The example projects make use of the [Lombok](https://projectlombok.org/) plugin. To get
proper code navigation in your IDE, you must install it separately. Lombok is available
in the IntelliJ plugins repository and as
a [download](https://projectlombok.org/download) for Eclipse-based IDEs.
You need Java 16 or newer to run and compile the examples.