|
Lombok is a Java utility that can be used to help developers eliminate the redundancy of Java. To use this object, you must also write some getter and setter methods, and possibly a constructor, equals method, or hash method, which are very lengthy and non-technical, and we call it sample code. lombok's The main role of lombok is to eliminate sample code through some annotations.
At the same time to solve , Eclipse project set () get () and other methods of reporting errors.
1, download lombok.jar, lombok.jar official download address: https: //projectlombok.org/download
2, double-click the downloaded lombak.jar, installation steps are as follows:
Close the pop-up window prompt, click Specify location button
3, select the installation directory of eclipse
Click Install / Update
Click Quit Installer to complete the installation
4, after the installation is complete, please confirm the eclipse installation path is more than a lombok.jar package, and its configuration file eclipse.ini whether to add the following content:-javaagent:D:\build-env\eclipse\lombok.jar
Restart Eclipse and you're done.
(End) |
Previous: Windows installation of stand-alone version of elasticsearch 7.10.2 tutorialsNext: Kafka configuration parameters explained
|