Spring配置文件中dataSource的Bean创建错误

报错信息:Exceptionencounteredduringcontextinitialization-cancellingrefreshattempt:org.spr... 报错信息:
Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.sql.SQLException: validateConnection false

applicationContext.xml代码片段:
<context:property-placeholder location="classpath*:settings.properties" />

<bean id="dataSource" class="com.alibaba.druid.pool.DruidDataSource" init-method="init" destroy-method="close">
<property name="driverClassName" value="${db.driverClassName}" />
<property name="url" value="${db.url}" />
<property name="username" value="${db.username}" />
<property name="password" value="${db.password}" />
<property name="initialSize" value="3" />
<property name="minIdle" value="3" />
<property name="maxActive" value="20" />
<property name="maxWait" value="60000" />
<property name="filters" value="stat,wall" />
</bean>
<bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">
<property name="configLocation" value="classpath*:mybatis-config.xml" />
<property name="dataSource" ref="dataSource" />
<property name="mapperLocations" value="classpath*:mapper/*.xml" />
求路过的大神解答下困惑,谢谢!
</bean>
展开
 我来答
爱尔莲1123
2019-09-12 · TA获得超过397个赞
知道小有建树答主
回答量:396
采纳率:64%
帮助的人:25.3万
展开全部
你的init初始化方法的代码贴出来,应该写的有问题
更多追问追答
追问

只在这里定义过init方法

追答
init方法的具体内容呢
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式