This repo contains the examples for the book "Spring Architectures with Spring 5"
The code for the examples is using lombok to avoid verbose code. In order to avoid facing issues please follow these steps:
- Go to Preferences (Ctrl + Alt + S)
- Build, Execution, Deployment
- Compiler
- Annotation Processors
- Enable annotation processing
- Go to Preferences -> Plugins
- Search for "Lombok Plugin"
- Click Browse repositories...
- Choose Lombok Plugin
- Install
- Restart IntelliJ