会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
pz_ww
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2022年2月21日
mybatis打印sql日志的配置
摘要: 在mybatis的配置文件中添加 <settings> <!--标准日志工厂实现--> <srtting name="logImpl" value="STDOUT_LOGGING"/> </settings> 名字不能写错。 SLF4J | LOG4J | LOG4J2 | JDK_LOGGING
阅读全文
posted @ 2022-02-21 18:22 pz_ww
阅读(487)
评论(0)
推荐(0)
编辑
Parameter 'idList' not found. Available parameters are [collection,list]
摘要: 1、nested exception is org.apache.ibatis.binding. BindingException : Parameter 'idList' not found. Available parameters are [collection,list] 这个错误原因有多个
阅读全文
posted @ 2022-02-21 18:08 pz_ww
阅读(1636)
评论(0)
推荐(0)
编辑