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}"
看看是不是跟你你在properties的jdbc.Driver一致 大小写什么的