【7.0.4】增加一个单点开关

pull/76/head
fengshuonan 2021-05-25 23:22:43 +08:00
parent 2205a84cff
commit cc489f412e
1 changed files with 6 additions and 0 deletions

View File

@ -30,9 +30,11 @@ spring:
# 关闭占位符替换因为插入的sql里边可能包含${}关键字
placeholder-replacement: false
# 资源扫描
scanner:
open: true
# 日志记录
sys-log:
# db-数据库file-文件
type: db
@ -55,3 +57,7 @@ mybatis-plus:
# 是否开启websocket推送消息
web-socket:
open: true
# 单点登录开关
sso:
openFlag: true