配置文件xml无法读取jdbc.properties
异常:
严重: Servlet.service() for servlet [springmvc2] in context with path [/huoan17-6-27] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
### The error may exist in com/zt/model/UserInfoMapper.xml
### The error may involve com.zt.dao.imp.UserInfoMapper.getItems
### The error occurred while executing a query
### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.] with root cause
com.mchange.v2.resourcepool.TimeoutException: A client timed out while waiting to acquire a resource from com.mchange.v2.resourcepool.BasicResourcePool@69d2e5ba -- timeout at awaitAvailable()
产生原因:
applicationContext.xml文件中 最开始 中配置了:default-autowire=”byName”,删除就可以了。