该文被密码保护。 阅读全文
摘要:
代理模式 List<User> findByNameAndAge(@Param("name") String name, @Param("age") Integer age); <!-- 多个基本类型作为参数: 方式1: arg* : arg0, arg1 数字代表索引下标 parameterTyp 阅读全文
摘要:
Mybatis Plus 源码分析 入口:com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration#afterPropertiesSetcom.baomidou.mybatisplus.autoconfigure.Myba 阅读全文