摘要: 通用 Service CRUD 封装IService (opens new window)接口,进一步封装 CRUD 采用 get 查询单行 remove 删除 list 查询集合 page 分页 前缀命名方式 Save // 插入一条记录(选择字段,策略插入) boolean save(T ent 阅读全文
posted @ 2022-08-16 21:56 shigp1 阅读(83) 评论(0) 推荐(0)
摘要: 一、maven项目文件 点击查看代码 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> <dependency> <g 阅读全文
posted @ 2022-08-16 21:51 shigp1 阅读(27) 评论(0) 推荐(0)