Spring Boot Configuration Annotation Processor not configured解决方法
程序员文章站
2022-03-24 12:36:48
...
实践出真知,话不多话,直接上问题和解决方法~
遇到的问题:Spring Boot Configuration Annotation Processor not configured
解决方法:其实这个并不影响代码的编译,但是如果你想去掉它,可以在pom.xml中加入spring-boot-configuration-processor依赖即可!
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
最近由于自己在实习,晚上也在休息,就决定一周一更了,由于我写博客的初衷并不是为了打卡,而是记录自己在做项目或者Demo时候遇到的一些问题,便于后期查看同时也可能为大家找bug提供便利,所以可能不会更的那么频繁。
今年马上就要秋招了,也需要好好准备一下,同时后期也会将面试题整理完分享给大家,大家一起卷!
上一篇: Spring Boot Configuration Annotation Processor not configured 问题解决
下一篇: 解决spring boot configuration annotation processor not found in classpath
推荐阅读
-
Spring Boot报错:No session repository could be auto-configured, check your configuration的解决方法
-
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
-
【Exception】spring boot Configuration Annotation Proessor not found in classpath
-
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爆红