摘要: 1.查询 (1)selectByPrimaryKey() 根据主键id进行查询 应用实例: /** * @RunWith 和 @SpringBootTest 这两个注解(在使用数据库查询数据库时,必须开启) */ @RunWith(SpringRunner.class) @SpringBootTes 阅读全文
posted @ 2020-01-08 11:23 雨后观山色 阅读(1037) 评论(0) 推荐(0)