Skip to content

Commit 4a22aae

Browse files
🏇 拦截器启用禁用配置,更改core包目录,下载上传拦截器,logback.xml优化显示行号
Former-commit-id: f919d386cb703dd3ba23f969c5182f1c7f830f6d
1 parent dffccf7 commit 4a22aae

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,23 @@
1212
- logback.xml显示行号
1313
- `application.yml` 拦截器配置新增 `include-path` 拦截路径配置
1414

15-
### 🔨 Dependency Upgrades
16-
- `pom.xml` 使用 `spring-boot-starter-validation` 替换 `hibernate-validator` 依赖
17-
18-
1915
### 📝 Added/Modified
2016
- Add `UploadInterceptor` 文件上传全局拦截器
2117
- Add `DownloadInterceptor` 文件下载全局拦截器
2218
- Add `DownloadHandler` `DefaultDownloadHandler` 文件下载回调自定义处理器
2319
- Modify `config/WebMvcConfig` --> `core/SpringBootPlusWebMvcConfig`
2420
- Modify `ImageController` --> `ResouceController`,请求路径 `/api/resource`
2521

26-
### 📔 Documentation
27-
- [spring-boot-plus-architecture](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.png)
28-
2922
### 🐞 Bug Fixes
3023
- Fix 文件下载路径潜在安全漏洞,过滤 `../` 非法路径参数
3124
- Fix 优化文件下载,Firefox 中文乱码问题
3225

26+
### 📔 Documentation
27+
- [spring-boot-plus-architecture](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg)
28+
29+
### 🔨 Dependency Upgrades
30+
- `pom.xml` 使用 `spring-boot-starter-validation` 替换 `hibernate-validator` 依赖
31+
3332

3433
## [V1.2.1-RELEASE] 2019.08.21
3534

50.8 KB
Loading

0 commit comments

Comments
 (0)