读书人

使用mybatis.bat报错新手。解决思路

发布时间: 2012-06-06 16:44:11 作者: rapoo

使用mybatis.bat报错,新手。
使用mybatis.bat报错
"D:\Workspaces\SzcOA\src\mybatis.bat"
Table configuration with catalog null, schema TEST, and table baocun did not res
olve to any tables

不知道是什么原因引起的,求解答。

[解决办法]
connectionURL="jdbc:oracle:thin:@192.168.0.49:1521/magicbpm"
应该为
connectionURL="jdbc:oracle:thin:@192.168.0.49:1521:magicbpm"

读书人网 >J2EE开发

热点推荐