About IDEA Lombok using annotations is not effective solution

IDEA solutions used in the Lombok annotation does not take effect

step one:

  • Add Lombok plug: file-> setting-> Add plugin plugins in Lombok

Step two:

  • Lombok project import dependence
<dependency>
                <groupId>org.projectlombok</groupId>
                <artifactId>lombok</artifactId>
                <version>${lombok.version}</version>
 </dependency>

Step three:

  • We can use annotations in Lombok
Published an original article · won praise 0 · Views 40

Guess you like

Origin blog.csdn.net/qq_42834172/article/details/104028025