Commit 90f1d03d by 陶光胜

Merge branch 'developer' into 'master'

小程序二维码修改

See merge request !42
parents c779d567 76264cb9
...@@ -37,7 +37,7 @@ public class GlobalExceptionHandler { ...@@ -37,7 +37,7 @@ public class GlobalExceptionHandler {
StringBuilder sb = new StringBuilder(); StringBuilder sb = new StringBuilder();
ByteArrayOutputStream baos = new ByteArrayOutputStream(); ByteArrayOutputStream baos = new ByteArrayOutputStream();
try (PrintWriter printWriter = new PrintWriter(baos)) { try (PrintWriter printWriter = new PrintWriter(baos)) {
ex.printStackTrace(printWriter); logger.warn("e:", ex);
} }
try { try {
sb.append(baos.toString()); sb.append(baos.toString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment