How to use lombok.Data annotation in a Spring Boot application?
Step-1 : Add dependency in pom.xml
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.16</version>
</dependency>
Step-2 : add dependency in eclipse.
download latest version of lombok.jar
double click on jar
you will see below screen.
No comments:
Post a Comment