spring整合ibaits出错,实在找不到问题所在
IOException parsing XML document from class path resource [sqlMapConfig.xml]; nested exception is java.net.ConnectException: Connection timed out: connect
我的sqlMapConfig.xml文件如下:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE sqlMapConfig PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" "http://www.ibatis.com/dtd/sql-map-config-2.dtd">
<sqlMapConfig>
<settings cacheModelsEnabled="true" enhancementEnabled="true"
lazyLoadingEnabled="true" maxRequests="32" maxSessions="10"
maxTransactions="5" useStatementNamespaces="true" />
<sqlMap resource="com/fruit/config/sqlmap/merchant.xml"/>
</sqlMapConfig>
不知道是什么问题 补充一下,我连的数据库是mysql,防火墙都关了,如果直接用ClassPathXmlApplicationContext
是可以访问数据库的。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
sqlMapConfig.xml文件是不是写的有问题