一路繁花似锦绣前程
失败的越多,成功才越有价值

导航

 

2020年4月1日

摘要: 一、mapper.xml传参 1、根据getter和setter; 2、根据Map的key; 3、@Param("")注解; 二、动态sql <if test="value!=null and value!=''"> 判断成功,sql语句存在; 判断失败,sql语句不存在; </if> <choos 阅读全文
posted @ 2020-04-01 21:57 一路繁花似锦绣前程 阅读(1283) 评论(0) 推荐(0) 编辑
 
摘要: 一、新建maven项目 二、配置pom.xml <properties> <mysql.version>8.0.17</mysql.version> </properties> <dependencies> <dependency> <groupId>com.baomidou</groupId> < 阅读全文
posted @ 2020-04-01 16:29 一路繁花似锦绣前程 阅读(325) 评论(0) 推荐(0) 编辑