0
点赞
收藏
分享

微信扫一扫

spring Boot Configuration Annotation Processor not fount in classpath

李雨喵 2022-05-02 阅读 119

在pox在添加:

<!--生成自定义配置的元数据信息-->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-configuration-processor</artifactId>
    <optional>true</optional>
</dependency>

 

举报

相关推荐

0 条评论