Recently, with idea new import of a Java Web project, the same code in Eclipse will not report error, but in idea there is a problem, the code does not compile through, red mark, start the error, finally find the reason in git: Lombok in idea is the need to install plug-ins……..
Part of the error code display:


After a long search on the Internet, I realized that the solution was to install Lombok plugin.
Without further ado, the specific plug-in installation steps are as follows:
1. Enter the IDEA Settings interface and find the Plugins option
2. Type Lombok into the search box
3. Click the Browse Repositories button

4. Select Lombok Plugin

5. Click the Install button on the right

6. After downloading and installing the Lombok Plugin, be sure to check the box behind it

7. Restart Idea, OK!
Part of the error code display:


After a long search on the Internet, I realized that the solution was to install Lombok plugin.
Without further ado, the specific plug-in installation steps are as follows:
1. Enter the IDEA Settings interface and find the Plugins option
2. Type Lombok into the search box
3. Click the Browse Repositories button

4. Select Lombok Plugin

5. Click the Install button on the right

6. After downloading and installing the Lombok Plugin, be sure to check the box behind it

7. Restart Idea, OK!
Read More:
- IntelliJ idea community community integrated Tomcat or jetty tutorial
- Using Lombok to compile and report errors
- Idea startup project Lombok error, no symbol found
- Idea Maven project uses package to package and report error (package does not exist)
- Brief introduction of idea Lombok and solutions for reporting red and wrong
- Maven global configuration
- Vs2012 compiling PCL dependency library vtk7.0
- Clion automatically adds add_ executable
- How to solve the import failure by prompting beautifulsoup under pychar
- Idea installation vue.js After plug-in, new has no Vue component
- @In slf4j log.info Compile error: cannot find symbol log
- @Solution to get / set error in eclipse after using data annotation
- This (code, message, data: null) still exists after importing spring cloud project into Lombok; the data in the project is unrecognized
- When nodejs is installed: the error code is 2503
- Solution for error 7 in lineage OS brush
- 解决Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile
- How to Fix Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile
- [reprint] method to solve error 16 in illustrator CS6
- javac Task Error source release 1.7 requires target release
- Points for attention in setting up robot framework + Python 3.7.0 environment