首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

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

2012-06-06 
使用mybatis.bat报错,新手。使用mybatis.bat报错D:\Workspaces\SzcOA\src\mybatis.batTable configuratio

使用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"

热点排行