Intellij doesn't recognize Spring annotations and I think its connected to Lombok.
I added the plugin in IntelliJ settings and enabled annotation processing
I am using maven and I have this dependency
dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
Still Intellij can't recognize Slf4j and Spring annotations