Unsatisfied dependency expressed through field 'basicProperties'

 

引入Druid数据库连接池报Error creating bean with name 'druidDataSource'...异常

 

在pom.xml中添加依赖

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-jdbc</artifactId>
        </dependency>