org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.NullPointerException
@Controller
@RequestMapping("/role")
public class RoleController {
@Autowired
private IRoleService roleService;
忘写@Autowired