摘要: Mapper CRUD 接口 通用 CRUD 封装BaseMapper (opens new window)接口,为 Mybatis-Plus 启动时自动解析实体表关系映射转换为 Mybatis 内部对象注入容器 Insert // 插入一条记录 int insert(T entity); Dele 阅读全文
posted @ 2022-08-17 21:09 shigp1 阅读(90) 评论(0) 推荐(0)
摘要: Spring源码在github上,地址是https://github.com/spring-projects/spring-framework/,选择5.3.x版本,直接从github上克隆项目网速很慢,所以首先将github上的Spring项目导入gitee仓库里,再从gitee克隆项目。 克隆项 阅读全文
posted @ 2022-08-17 20:45 shigp1 阅读(204) 评论(0) 推荐(0)