defined in class path resource [spring-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type ‘java.lang.String’ to required type

defined in class path resource [spring-service.xml]: Initialization of bean failed; nested exception
此异常大概意思是,注入失败,不能把String类型的字符串转换为对应的bean,那就是这个mapper映射,有问题了,改成包扫描后解决了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2021-11-01
  • 2022-12-23
  • 2021-06-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2021-07-13
相关资源
相似解决方案