Project in Spring Tool Suite report "Unable to load annotation processor factory"

Viewed 13234

My project in Spring Tool Suite report Unable to "load annotation processor factory 'org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor' for project XXX", My project runs fine, but I do not want to see this error.I did a lot of searching, but I could not find any result. Thanks a lot.

enter image description here

2 Answers

Delete the .factory file from the project root directory.

Related