摘要:
@RunWith(SpringRunner.class) @SpringBootTest public class PermissionSystemApplicationTests { @Test public void contextLoads() { } @Autowired private U 阅读全文
摘要:
一、根据id删除 @Test public void deleteById() { int rows = userMapper.deleteById(1351456313578713090L); System.out.println("删除条数:" + rows); } @Test public v 阅读全文