升级:升级后端依赖

1.Spring Boot 2.7.8 => 2.7.10
2.Redisson 3.19.0 => 2.20.0
3.Easy Excel 3.2.0 => 3.2.1
4.Knife4j 4.0.0 => 4.1.0(此版本已内置了 springdoc-openapi-ui 依赖)
5.Hutool 5.8.11 => 5.8.16
This commit is contained in:
2023-03-27 21:22:14 +08:00
parent 405d40e19d
commit 51a82d8f4e
5 changed files with 64 additions and 50 deletions

View File

@@ -51,13 +51,14 @@ springdoc:
path: /swagger-ui.html
tags-sorter: alpha
operations-sorter: alpha
show-extensions: true
api-docs:
enabled: ${springdoc.swagger-ui.enabled}
path: /v3/api-docs
group-configs:
- group: 'default'
paths-to-match: '/**'
packages-to-scan: top.charles7c.cnadmin.webapi
packages-to-scan: top.charles7c.cnadmin.webapi.controller
## 接口文档增强配置
knife4j:
enable: true