Failed to introspect Class [org.springframework.cloud.context.properties.ConfigurationPropertiesBean
# Spring Cloud,spring boot,java,spring cloud 额外说明
收录于:17天前
Failed to introspect Class [org.springframework.cloud.context.properties.ConfigurationPropertiesBeans] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
org/springframework/boot/context/properties/ConfigurationBeanFactoryMetadata
org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
如果出现以上三个错误,很可能是spring boot版本和spring cloud版本冲突导致的。只需修改版本,这样它们就不会冲突。
例如我使用的spring boot版本使2.6.10的
但是使用了较低版本的spring cloud组件,导致版本冲突。
然后我尝试切换到更高版本的spring cloud插件
结果还是报错,但贴心的这个版本为我提示了建议版本,真的太贴心了!赞-
按照建议降低了 spring boot 版本
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
. . .
相关推荐
ads via 小工具