79467580

Date: 2025-02-25 18:46:02
Score: 2
Natty:
Report link

There is a article which I followed https://medium.com/devdomain/using-lombok-in-spring-boot-simplifying-your-code-c38057894cb8 to set up lombok with spring boot

<dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok</artifactId>
    <version>1.18.34</version>
    <scope>provided</scope>
</dependency>

My reference repo https://github.com/ajaypundir04/charge-detail-record/blob/main/pom.xml

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ajay Singh Pundir