摘要:
@RunWith(SpringRunner.class) @SpringBootTest public class PermissionSystemApplicationTests { @Test public void contextLoads() { } @Autowired private U 阅读全文
posted @ 2022-03-02 14:01
江南大才子
阅读(3287)
评论(0)
推荐(0)
摘要:
一、根据id删除 @Test public void deleteById() { int rows = userMapper.deleteById(1351456313578713090L); System.out.println("删除条数:" + rows); } @Test public v 阅读全文
posted @ 2022-03-02 13:55
江南大才子
阅读(12300)
评论(1)
推荐(2)