随笔分类 - MyBatis
MyBatis常见问题
摘要:Mybatis Generator 使用详细教程 1.创建Maven工程 1.创建一个空的maven工程 2.添加Generator配置文件 [文件目录为/src/main/resources/MybatisGenerator.xml] <?xml version="1.0" encoding="U
阅读全文
摘要:关于foreach标签的问题 <select id="foreachDemo" resultType="com.po.demo" parameterType= "List"> select * from user where uid in <foreach item="item" index="in
阅读全文