From 62004b92ecd15ad6614f8317fdff108e483c2d6b Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 26 Apr 2024 20:51:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20API=E6=88=90=E6=89=B9=E5=88=86=E9=85=8D?= =?UTF-8?q?=E6=BC=8F=E6=B4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-backend/src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/core-backend/src/main/resources/application.yml b/core/core-backend/src/main/resources/application.yml index 87a0091da2..969b852faa 100644 --- a/core/core-backend/src/main/resources/application.yml +++ b/core/core-backend/src/main/resources/application.yml @@ -25,6 +25,10 @@ spring: jackson: parser: allow-numeric-leading-zeros: true + serialization: + fail-on-empty-beans: true + deserialization: + fail-on-unknown-properties: true management: health: redis: