【SpringBoot】报错:spring boot configuration annotation processor not configured
程序员文章站
2022-03-24 12:37:30
...
报错内容
spring boot configuration annotation processor not configured
解决方法
添加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
上一篇: 由ExecutorService及Callable実现有返回值的线程
下一篇: 解决IDEA中spring boot Configuration Annotation Processor not configured报红
推荐阅读
-
Spring Boot报错:No session repository could be auto-configured, check your configuration的解决方法
-
Spring Boot configuration annotation processor not found in classpath
-
Spring Boot配置 : YAML (简介+语法+配置文件值注入)+报错提示Spring Boot Configuration Annotation Processor not
-
Spring Boot configuration annotation processor not found in classpath
-
Spring Boot配置 : YAML (简介+语法+配置文件值注入)+报错提示Spring Boot Configuration Annotation Processor not
-
【SpringBoot】报错:spring boot configuration annotation processor not configured
-
解决IDEA中spring boot Configuration Annotation Processor not configured报红
-
使用@ConfigurationProperties注解,Spring Boot Configuration Annotation Processor not configured爆红
-
spring boot configuration annotation processor not found in classpath
-
Spring Boot Configuration Annotation Processor not found in classpath