Skip to content

Commit dffccf7

Browse files
Merge pull request #26 from geekidea/dev
🏇 拦截器启用禁用配置,更改core包目录,下载上传拦截器,logback.xml优化显示行号 Former-commit-id: bec63412ec9353cf26ad48ee8c19c68a3c229e9d
2 parents 49fe998 + 978d242 commit dffccf7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
- 下载上传拦截器
1212
- logback.xml显示行号
1313
- `application.yml` 拦截器配置新增 `include-path` 拦截路径配置
14-
14+
15+
### 🔨 Dependency Upgrades
16+
- `pom.xml` 使用 `spring-boot-starter-validation` 替换 `hibernate-validator` 依赖
17+
1518

1619
### 📝 Added/Modified
1720
- Add `UploadInterceptor` 文件上传全局拦截器
@@ -20,6 +23,8 @@
2023
- Modify `config/WebMvcConfig` --> `core/SpringBootPlusWebMvcConfig`
2124
- Modify `ImageController` --> `ResouceController`,请求路径 `/api/resource`
2225

26+
### 📔 Documentation
27+
- [spring-boot-plus-architecture](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.png)
2328

2429
### 🐞 Bug Fixes
2530
- Fix 文件下载路径潜在安全漏洞,过滤 `../` 非法路径参数

0 commit comments

Comments
 (0)