Browse Source

更新json序列化安全模式配置

woody 9 months ago
parent
commit
3a0761e718
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/application.yml

+ 1 - 0
src/main/resources/application.yml

@@ -20,6 +20,7 @@ spring:
   application:
     name: chelvc
   jackson:
+    safely: true
     time-zone: GMT+8
     serialization:
       write-dates-as-timestamps: true