spring-boot lombok plug-ins

First, install the plug

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

Second, the use

Third, the common comment

Guess you like

Origin blog.csdn.net/lidongliangzhicai/article/details/91948226