1、sql注入问题 在编写分页查询接口时,无论是使用MyBatis或者是MyBatis-Plus,查询条件一般为: QueryWrapper<MyEntity> queryWrapper = newQueryWrapper<>(); queryWrapper.like("field_name",
Should use @Autowired on constructor rather than member definition. IDEA would warn that and explain that it's for a bet