We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49fe998 + 978d242 commit dffccf7Copy full SHA for dffccf7
CHANGELOG.md
@@ -11,7 +11,10 @@
11
- 下载上传拦截器
12
- logback.xml显示行号
13
- `application.yml` 拦截器配置新增 `include-path` 拦截路径配置
14
-
+
15
+### 🔨 Dependency Upgrades
16
+- `pom.xml` 使用 `spring-boot-starter-validation` 替换 `hibernate-validator` 依赖
17
18
19
### 📝 Added/Modified
20
- Add `UploadInterceptor` 文件上传全局拦截器
@@ -20,6 +23,8 @@
23
- Modify `config/WebMvcConfig` --> `core/SpringBootPlusWebMvcConfig`
21
24
- Modify `ImageController` --> `ResouceController`,请求路径 `/api/resource`
22
25
26
+### 📔 Documentation
27
+- [spring-boot-plus-architecture](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.png)
28
29
### 🐞 Bug Fixes
30
- Fix 文件下载路径潜在安全漏洞,过滤 `../` 非法路径参数
0 commit comments