Commit 4ef192b5 by 丁伟峰

for test

1 parent 91b5ddff
...@@ -21,7 +21,7 @@ public class GlobalExceptionHandler { ...@@ -21,7 +21,7 @@ public class GlobalExceptionHandler {
public Result<?> handleValidatedException(Exception e) { public Result<?> handleValidatedException(Exception e) {
Result<?> resp = null; Result<?> resp = null;
log.error(e.toString()); log.error("=======$$$$$$$$$$$$======" + e.toString());
if (e instanceof MethodArgumentNotValidException) { if (e instanceof MethodArgumentNotValidException) {
// BeanValidation exception // BeanValidation exception
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!