问答详情
源自:3-8 业务controller方法的实现

急!!这一节课开始时运行的时候就报错,以下是错误内容

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}"


提问者:慕斯卡7287304 2018-06-22 15:47

个回答

  • 慕桂英7795275
    2019-04-03 11:06:53

    我也遇到过这个错误,仔细对照一下源码,把mybatis_config_file,改成了mybatis-config-file就好了。

  • 叁柒贰拾
    2018-09-07 17:13:11

    我也是这个错误


  • 慕仙2912319
    2018-06-29 16:12:48

    你这个bean注入错误啊,可能的原因就是你spring注解没加,@Service或者@Autowired等等你检查检查