慕斯卡7287304
2018-06-22 15:47
2018-06-22 15:18:58.848 ERROR 7192 --- [ main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactoryConfiguration': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'mybatis_config_file' in value "${mybatis_config_file}"
我也遇到过这个错误,仔细对照一下源码,把mybatis_config_file,改成了mybatis-config-file就好了。
我也是这个错误
你这个bean注入错误啊,可能的原因就是你spring注解没加,@Service或者@Autowired等等你检查检查
SpringBoot+MyBatis搭建迷你小程序
91500 学习 · 621 问题
相似问题