急??!這一節(jié)課開始時運(yùn)行的時候就報錯,以下是錯誤內(nèi)容
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}"
2019-04-03
我也遇到過這個錯誤,仔細(xì)對照一下源碼,把mybatis_config_file,改成了mybatis-config-file就好了。
2018-09-07
我也是這個錯誤
2018-06-29
你這個bean注入錯誤啊,可能的原因就是你spring注解沒加,@Service或者@Autowired等等你檢查檢查