When you run a test of Spring Boot in IntelliJ, you might be encounter the following error:
Error:java: Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Provider org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor not found
I didn't dig into its root cause but I could detour the problem by removing the content in the file `spring-boot-tools/spring-boot-configuration-processor/src/main/resources/META-INF/services/javax.annotation.processing.Processor` as follows:
#org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
No comments:
Post a Comment