mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-11 06:57:12 +08:00
升级:升级后端依赖
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user