From 0335fc2947cd7fb62dd95081bcdc42f38bd70376 Mon Sep 17 00:00:00 2001 From: qiaowei Date: Fri, 10 May 2019 10:00:37 +0800 Subject: [PATCH] =?utf8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- config/application-devel-pg.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/application-devel-pg.properties b/config/application-devel-pg.properties index 9b4ef799..5bbedd3a 100644 --- a/config/application-devel-pg.properties +++ b/config/application-devel-pg.properties @@ -18,4 +18,5 @@ redis.database=0 jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw= # timeout seconds jwt.expiration=3600 -auth.password.bcrypt.seed= \ No newline at end of file +auth.password.bcrypt.seed= +spring.jackson.serialization.fail-on-empty-beans=false \ No newline at end of file -- 2.17.1