- java.io.FileNotFoundException: class path resource [org/springframework/boot/sql/init/dependency/DatabaseInifializationDependencyConfigurer.class] cannot be opened because it does not exist
异常信息如下:
20:22:48.098 [restartedMain] ERROR org.springframework.boot.SpringApplication - Application run failed org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.citi.finance.risk.mssql.query.CurveQueryApplication]; nested exception is java.io.FileNotFoundException: class path resource [org/springframework/boot/sql/init/dependency/DatabaseInifializationDependencyConfigurer.class] cannot be opened because it does not exist
解决方式:
升级spring-boot包版本2.5.0以上,因为该版本之后才有org/springframework/boot/sql/init/dependency/DatabaseInifializationDependencyConfigurer.class,文章记录时最新版本为2.5.6,最后我们使用了最新版本org.springframework.boot:spring-boot:2.5.6
完成异常信息如下:



