#192 - Added note about Lombok usage to the README.

Original pull request: #445.
This commit is contained in:
Maxim Atanasov
2020-05-15 08:57:52 +02:00
committed by GitHub
parent 4edfde9432
commit 3268a5f415

View File

@@ -109,3 +109,8 @@ We have separate folders for the samples of individual modules:
* `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.
## 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.