这个错误表明应用程序在绑定属性时遇到了问题。它指出找不到configurationpropertiesbeans的转换器,无法将类型java.lang.String转换为类型com.example.MyProperties。 解决方案 要解决这个问题,我们需要检查以下几个方面: 1. 确认配置类 首先,我们需要确认是否已正确定义了配置类。配置类应使用@ConfigurationProperties注解,并...
1 使用springboot框架式,引入了springcloud的依赖,版本不兼容导致报错找不到bean 2022-01-07 14:21:40.321 WARN [,,,] 67024 --- [ main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreat...