摘要: 1.SpringMVC提供了三种异常处理方式 简单异常处理器:使用springMVC内置的异常处理器处理 SimpleMappingExceptionResolver; 自定义异常处理器:实现HandlerExceptionResolver接口,自定义异常进行处理; 注解方式:使用 @Control 阅读全文
posted @ 2023-07-28 20:19 record-100 阅读(32) 评论(0) 推荐(0)