From 7c86454ff569dc54bbe7e34988750a1df762a2c3 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 12 Jul 2022 10:42:33 +0800
Subject: [PATCH] 内网密码修改
---
src/main/resources/application.yml | 25 ++++++++++++++++---------
1 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index c850e7d..dd96287 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -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配置
@@ -160,7 +161,9 @@
#token配置
token:
#是否有状态
- state: false
+ state: true
+ #只可同时在线一人
+ single: true
#redis序列化方式
redis:
serializer-type: protostuff
@@ -193,14 +196,18 @@
#接口放行
skip-url:
- /blade-test/**
- - /liveLocation/**
- - /locus/**
- - /examScore/**
- - /trainingRegistration/**
- - /directive/**
- - /blade-user/**
- - /examPayment/**
- - /apply/**
+ - /readFile
+ - /blade-user/getSecurityInfoByIdCardNo
+ - /licencePaper/details
+# - /liveLocation/**
+# - /locus/**
+# - /examScore/**
+# - /trainingRegistration/**
+# - /directive/**
+# - /blade-user/**
+# - /examPayment/**
+# - /apply/**
+# - /investigate/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3