From b5960d1968e007b91d4d33dd7cbb74f1b566f2c1 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 24 May 2024 10:20:01 +0800
Subject: [PATCH] 到期时间修改

---
 src/main/resources/application.yml |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 7a248a1..71677b1 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -161,7 +161,9 @@
   #token配置
   token:
     #是否有状态
-    state: false
+    state: true
+    #只可同时在线一人
+    single: true
   #redis序列化方式
   redis:
     serializer-type: protostuff
@@ -194,15 +196,15 @@
     #接口放行
     skip-url:
       - /blade-test/**
-      - /liveLocation/**
-      - /locus/**
-      - /examScore/**
-      - /trainingRegistration/**
-      - /directive/**
-      - /blade-user/**
-      - /examPayment/**
-      - /apply/**
-      - /investigate/**
+#      - /liveLocation/**
+#      - /locus/**
+#      - /examScore/**
+#      - /trainingRegistration/**
+#      - /directive/**
+#      - /blade-user/**
+#      - /examPayment/**
+#      - /apply/**
+#      - /investigate/**
     #授权认证配置
     auth:
       - method: ALL

--
Gitblit v1.9.3