From 4ecf2dbe2c255c3b556ff4bfb49b4e2e8285bd17 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Tue, 31 Aug 2021 11:24:45 +0800
Subject: [PATCH] 1.ftp

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 97ac83d..7a248a1 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
 #服务器配置
 server:
-  port: 80
+  port: 82
   undertow:
     # 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
     io-threads: 16
@@ -68,6 +68,7 @@
       logic-not-delete-value: 0
   configuration:
     map-underscore-to-camel-case: true
+    call-setters-on-nulls: true
     cache-enabled: false
 
 #knife4j配置
@@ -201,6 +202,7 @@
       - /blade-user/**
       - /examPayment/**
       - /apply/**
+      - /investigate/**
     #授权认证配置
     auth:
       - method: ALL

--
Gitblit v1.9.3