
mybatis
小猪帅
热爱技术
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Springboot结合Mybatis整合Postgresql
所用原料: Springboot 2.1.3 Mybatis postgresql Maven 首先是引入相关依赖包 <dependencies> <!-- 监控程序性能起步依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-...原创 2020-05-15 15:05:44 · 1009 阅读 · 0 评论 -
Mybatis中foreach的用法简介
Mybatis是Apache公司产品.使用起来非常的方便.好,废话不多说直接进入正文 <!-- 传入多个id,查询多个用户 --> <select id="findMulUserByIds" parameterType="com.jin.viewObject.VOUser" resultType="user"> <!-- sql语句是select * from us...原创 2018-04-15 21:27:39 · 573 阅读 · 0 评论