MyBatis快速入门——第四章、mybatis动态sql_if_choose_when
MyBatis快速入门——第四章、mybatis动态sql_if_choose_when目录测试sqlmybatis-config.xml文件ProductMapper.xml文件情况1、纯if判断情况2:choose when(if else)数据库工具类ProductProductMapperProduceDAOAction测试sql数据库名称【mytest】,编码类型【utf8】DROP TABLE IF EXISTS `product..