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
posted @ 2019-05-30 23:07  长袖保暖  阅读(2038)  评论(0编辑  收藏  举报