Lombok Requires Annotation Processing

idea在启动的时候,报下面的错误:
Lombok Requires Annotation Processing
Annotation processing seems to be disabled for the project “thirdServiceServer”. But lombok is on classpath.
For the lombok plugin to function correctly, please enable it under “Settings > Build > Compiler > Annotation Processors”

解决方式:
Lombok Requires Annotation Processing