From 62cd133e894d8cc8d527d5e94a4310794e03f763 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 14 Nov 2023 14:12:20 +0800
Subject: [PATCH] 试用期校验去除
---
src/main/resources/application.yml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 6a86f5d..9b6181b 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
#服务器配置
server:
- port: 83
+ port: 8383
undertow:
# 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
io-threads: 16
@@ -189,11 +189,14 @@
- /blade-chat/weixin
- /blade-desk/notice/submit
- /article/article/submit
+ - /blade-user/clearPaper
#安全框架配置
secure:
#接口放行
skip-url:
- /blade-test/**
+ - /blade-user/import-users
+ - /zc/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3