@Controller @RequestMapping(value="/error") public class AdminErrorController extends Object implements org.springframework.boot.autoconfigure.web.ErrorController
@RequestMapping(value="/404") public String handle404()
@RequestMapping(value="/500") public String handle500()
@RequestMapping(value="/error") public String handleError()
public String getErrorPath()
getErrorPath 在接口中 org.springframework.boot.autoconfigure.web.ErrorControllerCopyright © 2018. All rights reserved.