Skip to content

Commit

Permalink
feat: 依赖版本升级
Browse files Browse the repository at this point in the history
  • Loading branch information
qimu666 committed Sep 26, 2023
1 parent 6e12178 commit ebd6aab
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/01.指南/01.指南/03.快速开始.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ article: false
<dependency>
<groupId>icu.qimuu</groupId>
<artifactId>EasyWeb</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
</dependency>
```
💥 在新的版本从0.0.6开始,您无需任何配置即可使用Knife4j接口文档,自定义错误码和全局异常处理器, 您将感觉不到EasyWeb的存在。
### 🍐 Gradle
```
implementation group: 'icu.qimuu', name: 'qi-api-sdk', version: '0.0.4'
Expand Down Expand Up @@ -66,11 +67,6 @@ implementation group: 'icu.qimuu', name: 'qi-api-sdk', version: '0.0.4'
client:
access-key: 你的 accessKey
secret-key: 你的 secretKey
#EasyWeb配置,使用EasyWeb需要配置以下
spring:
mvc:
path match:
matching-strategy: ant_path_matcher
```

- properties
Expand Down

0 comments on commit ebd6aab

Please sign in to comment.