From f2997ef2b7d94fab9c9decfb2e892a9ae2ce0f2e Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sat, 04 Dec 2021 17:46:37 +0800
Subject: [PATCH] 问题修复

---
 src/main/resources/application.yml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 437fe5e..d6b2a3e 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
 #服务器配置
 server:
-  port: 83
+  port: 87
   undertow:
     # 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
     io-threads: 16
@@ -69,6 +69,7 @@
       logic-not-delete-value: 0
   configuration:
     map-underscore-to-camel-case: true
+    call-setters-on-nulls: true
     cache-enabled: false
 
 #knife4j配置

--
Gitblit v1.9.3