如何测试ibatis动态标签的sql语句

2025-05-13 08:56:56
推荐回答(1个)
回答(1):

获取异常

try{
//你自己的代码

}catch (Exception e){
System.out.print(e.getMessage());//输出异常信息
}