files in the target can't be recognized.
The reasons:
the pom.xml is not load correctly or not added.
setting in the annotation processors->enable annotation processing is not correctly.
check the project structure with modules
This time the pom.xml is not loaded correctly.
use command: mvn clean install. make sure the target file has created.
Last updated
Was this helpful?