@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@ControllerAdvice
public class GlobalExceptionHandler {
/**
- * 如果针对Exception.class 有可能把非ajax都返回json
+ * 如果针对controller层抛出Exception.class处理
* @return
*/
@ResponseBody