79294548

Date: 2024-12-19 14:07:46
Score: 1
Natty:
Report link

I used spring initializer to create the project and I added the lombok dependency using it However adding provided to my pom.xml fixed the problem

<dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok</artifactId>
    <optional>true</optional>
    <scope>provided</scope>
</dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Oumaima Ben Elhadj Ali