1. ホーム
  2. ジャワ

Class[org.springframework.cloud.context.properties.ConfigurationPropertiesBea] のイントロスペクトに失敗しました。

2022-03-17 02:09:48
<パス

エラーログメッセージの一部は、以下のように傍受されます。

ERROR 22004 --- [ main] o.s.boot.SpringApplication : Application run failed #springboot failed to start

Error creating bean with name 'configurationPropertiesBeans' defined in class path resource 
[org/springframework/cloud/autoconfigure/ConfigurationPropertiesRebinderAutoConfiguration.class]: 
Post-processing of merged bean definition failed; nested exception is java.lang: 
Failed to introspect Class [org.springframework.cloud.context.properties.ConfigurationPropertiesBeans] from ClassLoader 

caused by: java.lang.IllegalStateException: Failed to introspect Class [org.springframework.
ConfigurationPropertiesBeans] from ClassLoader


原因はspringbootとspringframework.cloudのバージョンの不一致で、私のspringbootのバージョンは2.5.1、springcloudのバージョンはHoxtonです。RELEASEで問題解決

要約すると、以下のエラーは基本的にjarパッケージのバージョンが競合していることが原因です。

Failed to introspect Class [xxxxx] from ClassLoader [xxx]