SpringBoot Configuration Annotation Processor not configured

@ConfigurationProperties 注解出现警告问题

 

pom.xml

<!--        解决使用@ConfigurationProperties 注解出现警告问题-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-configuration-processor</artifactId>
            <optional>true</optional>
        </dependency>

 

posted @ 2022-05-14 16:42  SimoonJia  阅读(65)  评论(0编辑  收藏  举报