Cannot resolve method 'setUserId'

Began to support the java8 of lombok, you can not write when defining DTO entity object get and set methods, although running without problems, but will display an error message "Can not resolve method 'setUserId'" compile time, to eliminate this error message, you need to install lombok plug;

Installation method:

file-> settings-> plugins, search lom installed in the warehouse, reboot idea.

In this record, for easy access later.

Guess you like

Origin www.cnblogs.com/laoxia/p/11759327.html