@RequestMapping("/test") public String view() throws ExceptionTest{ if(true){ throw new ExceptionTest(); } return "index"; }
posted on 2017-03-23 17:29 老邱2 阅读(85) 评论(0) 收藏 举报