第一次test就報出的兩個錯,有大佬幫忙看看怎么解決下嗎?
java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceConfiguration': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'jdbc.Driver' in value "${jdbc.Driver}"
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'jdbc.Driver' in value "${jdbc.Driver}"
2018-11-08
看看是不是跟你你在properties的jdbc.Driver一致 大小寫什么的