Skip to content

Commit

Permalink
升级fastjson到最新版2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Sep 22, 2022
1 parent bc8849c commit a25f126
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<mybatis.spring.boot.starter.version>2.2.2</mybatis.spring.boot.starter.version>
<pagehelper.spring.boot.starter.version>1.4.3</pagehelper.spring.boot.starter.version>
<fastjson.version>2.0.12</fastjson.version>
<fastjson.version>2.0.14</fastjson.version>
<druid.version>1.2.11</druid.version>
<commons.io.version>2.11.0</commons.io.version>
<commons.fileupload.version>1.4</commons.fileupload.version>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/ruoyi/framework/aspectj/LogAspect.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ protected void handleLog(final JoinPoint joinPoint, Log controllerLog, final Exc
catch (Exception exp)
{
// 记录本地异常日志
log.error("==前置通知异常==");
log.error("异常信息:{}", exp.getMessage());
exp.printStackTrace();
}
Expand Down

0 comments on commit a25f126

Please sign in to comment.