Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Jun 9, 2024
1 parent 276f98a commit 607a9cd
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").create();
gson= new GsonBuilder().setDateFormat("yyyy-MM-dd HH:mm:ss").disableHtmlEscaping().create();
}

/**
Expand Down

0 comments on commit 607a9cd

Please sign in to comment.