Commit ee7da83b authored by msgroup's avatar msgroup Committed by mingsoft

fix: 配置文件更新

parent 27e28682
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 #验证码长度
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment