1.新建一个类 在类上加上@ControllerAdvice注解,方法上加@ExceptionHandler(value=Exception.class)注解
2.写一个有异常的方法
在控制台打印出捕获的异常: