美文网首页
springboot问题合集

springboot问题合集

作者: 静心安分读书 | 来源:发表于2019-05-05 09:55 被阅读0次

19.5.5
Configuration Annotation Proessor not found in classpath
pring boot1.5以上版本@ConfigurationProperties取消location注解

官方解决方案,Maven引入依赖
<dependency>
<groupId> org.springframework.boot </groupId>
<artifactId> spring-boot-configuration-processor </artifactId>
<optional> true </optional>
</dependency>
https://blog.csdn.net/w05980598/article/details/79167826

相关文章

网友评论

      本文标题:springboot问题合集

      本文链接:https://www.haomeiwen.com/subject/akqcoqtx.html