【fix sonar】PasswordUtil文件
This commit is contained in:
@@ -194,12 +194,12 @@ mybatis-plus:
|
||||
# 返回类型为Map,显示null对应的字段
|
||||
call-setters-on-nulls: true
|
||||
#jero专用配置
|
||||
jero :
|
||||
jero:
|
||||
# 签名密钥串(前后端要一致,正式发布请自行修改)
|
||||
signatureSecret: dd05f1c54d63749eda95f9fa6d49v442a
|
||||
# 本地:local\Minio:minio\阿里云:alioss
|
||||
uploadType: local
|
||||
path :
|
||||
path:
|
||||
#文件上传根目录 设置
|
||||
upload: D://opt//upFiles
|
||||
#webapp文件路径
|
||||
@@ -273,6 +273,14 @@ jero :
|
||||
fileSuffixLimits : 0x00,%00,\\00,.jsp,.exe,.php,.asp,.aspx,.jspx,.xml,.html,.js,.sh,.bin
|
||||
# 跨站白名单
|
||||
whiteUrls:
|
||||
# 加密默认值
|
||||
password:
|
||||
pbe:
|
||||
algorithm: PBEWithMD5AndDES
|
||||
salt: 63293188
|
||||
aes:
|
||||
encrypted_key: 1234567890adbcde
|
||||
encrypted_iv: 1234567890hjlkew
|
||||
#cas单点登录
|
||||
cas:
|
||||
prefixUrl: http://cas.example.org:8443/cas
|
||||
|
||||
Reference in New Issue
Block a user