会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Nothing Is Given.
首页
管理
2019年6月14日
IDEA中通过Maven插件使用MyBatis Generator
摘要: 这样做更简单,参考: IDEA集成MyBatis Generator 插件 详解
阅读全文
posted @ 2019-06-14 06:11 爆炸的果核
阅读(263)
评论(0)
推荐(0)
编辑
解决 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 以及MyBatis批量加载xml映射文件的方式
摘要: 错误 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 的出现,意味着项目需要xml文件来映射SQL语句,如果只使用接口进行SQL映射,不在本文讨论范围内。 我的项目的环境是IDEA下的Ma
阅读全文
posted @ 2019-06-14 05:56 爆炸的果核
阅读(1402)
评论(0)
推荐(0)
编辑