发布 4.4.0 正式版

This commit is contained in:
疯狂的狮子Li
2022-11-28 14:42:17 +08:00
parent 02e9ac799d
commit 34574c5bf7
97 changed files with 1032 additions and 652 deletions

View File

@ -115,8 +115,6 @@ sa-token:
token-prefix: "Bearer"
# jwt秘钥
jwt-secret-key: abcdefghijklmnopqrstuvwxyz
# 是否输出操作日志
is-log: true
# security配置
security:
@ -131,8 +129,6 @@ security:
- /favicon.ico
- /*/api-docs
- /*/api-docs/**
# druid 监控配置
- /druid/**
# actuator 监控配置
- /actuator
- /actuator/**