Skip to content

Commit

Permalink
更新RM
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Dec 21, 2024
1 parent e0cf920 commit 368c707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/xxl/tool/gson/GsonTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class GsonTool {

private static Gson gson = null;
static {
gson= new GsonBuilder().setDateFormat("yyyy-MM-dd HH:mm:ss").disableHtmlEscaping().create();
gson= new GsonBuilder().setDateFormat("yyyy-MM-dd HH:mm:ss").disableHtmlEscaping().create();
}

/**
Expand Down

0 comments on commit 368c707

Please sign in to comment.