Alexander

Results 1 issues of Alexander

# 问题描述: spring-boot-exception-handler 模块中,我认为不应该通过抛出对应的异常而指向不同的客户端。 而是应该针对所有被 ControllerAdvice 捕获的异常都自适应各个客户端。 简而言之,针对同一个被捕获的异常,使用浏览器得到是错误页面,而postman则拿到 json。 # 关键代码: ![image](https://user-images.githubusercontent.com/44674354/72332777-9d2bc400-36f5-11ea-83f7-943587c9ad8c.png) ![image](https://user-images.githubusercontent.com/44674354/72332815-ac127680-36f5-11ea-8469-6712557ffb47.png)

bug