Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
ee7da83b
Commit
ee7da83b
authored
May 11, 2022
by
msgroup
Committed by
mingsoft
May 11, 2022
Browse files
fix: 配置文件更新
parent
27e28682
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/application.yml
View file @
ee7da83b
server
:
server
:
port
:
8080
port
:
8080
servlet.session.timeout
:
P0DT60M0S
#D天H小时M分钟S秒,字符T是紧跟在时分秒之前的,每个单位都必须由数字开始,且时分秒顺序不能乱
servlet.session.timeout
:
P0DT60M0S
#D天H小时M分钟S秒,字符T是紧跟在时分秒之前的,每个单位都必须由数字开始,且时分秒顺序不能乱
servlet
:
encoding
:
force
:
true
charset
:
utf-8
enabled
:
true
# ssl: #https证书配置 配置了之后只能通过https访问应用
# ssl: #https证书配置 配置了之后只能通过https访问应用
# key-store: xxx.pfx 证书文件
# key-store: xxx.pfx 证书文件
# key-store-password: 1234 证书密码
# key-store-password: 1234 证书密码
...
@@ -14,6 +19,7 @@ logging:
...
@@ -14,6 +19,7 @@ logging:
ms
:
ms
:
shiro-key
:
d3d3bWluZ3NvZnRuZXRtcw==
#生产必须修改此值否则会存在安全风险,可以通过 https://base64.us/随机生产一个Base64值
shiro-key
:
d3d3bWluZ3NvZnRuZXRtcw==
#生产必须修改此值否则会存在安全风险,可以通过 https://base64.us/随机生产一个Base64值
cookie-name
:
SHIRO_SESSION_ID
html-dir
:
html
html-dir
:
html
rand-code
:
rand-code
:
length
:
4
#验证码长度
length
:
4
#验证码长度
...
@@ -27,7 +33,7 @@ ms:
...
@@ -27,7 +33,7 @@ ms:
xss
:
xss
:
xssEnable
:
true
#xss过滤器的开关
xssEnable
:
true
#xss过滤器的开关
filterUrl
:
/**
#过滤的url,多个用逗号分开
filterUrl
:
/**
#过滤的url,多个用逗号分开
excludeUrl
:
/ms**,/static**,/template**,/file/upload.do,/static/plugins/ueditor/1.4.3.3/jsp/editor.do
#排除的url,多个用逗号分开
excludeUrl
:
/ms**,/static**,/template**,/file/upload.do,/static/plugins/ueditor/1.4.3.3/jsp/editor.do
#排除的url,多个用逗号分开
upload
:
upload
:
enable-web
:
true
#启用web层的上传
enable-web
:
true
#启用web层的上传
template
:
template
#模板文件夹支持重命名,不支持路径
template
:
template
#模板文件夹支持重命名,不支持路径
...
@@ -96,5 +102,6 @@ mybatis-plus:
...
@@ -96,5 +102,6 @@ mybatis-plus:
global-config
:
global-config
:
db-config
:
db-config
:
id-type
:
auto
id-type
:
auto
select-strategy
:
not_empty
configuration
:
configuration
:
database-id
:
mysql
database-id
:
mysql
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment