spring boot configuration annotation processor not configured

Posted tonggc1668

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot configuration annotation processor not configured相关的知识,希望对你有一定的参考价值。

 

https://www.cnblogs.com/lyluoye/p/16602668.html

 

https://www.freesion.com/article/76161512981/

 

 

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-configuration-processor</artifactId>
            <optional>true</optional>
        </dependency>

以上是关于spring boot configuration annotation processor not configured的主要内容,如果未能解决你的问题,请参考以下文章

为啥 Spring Boot Application 类需要有 @Configuration 注解?

spring-boot-configuration-processor的作用

Configure swagger with spring boot

spring boot configuration annotation processor not configured

Using Spring Boot —— Configuration Classes

Spring Boot学习笔记总结