From 2263afc1c9b275e6af1cfa634f9cbac0b180e340 Mon Sep 17 00:00:00 2001 From: springboot-plus Date: Sun, 25 Aug 2019 02:22:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=87=20=E6=8B=A6=E6=88=AA=E5=99=A8?= =?UTF-8?q?=E5=90=AF=E7=94=A8=E7=A6=81=E7=94=A8=E9=85=8D=E7=BD=AE,?= =?UTF-8?q?=E6=9B=B4=E6=94=B9core=E5=8C=85=E7=9B=AE=E5=BD=95,=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E4=B8=8A=E4=BC=A0=E6=8B=A6=E6=88=AA=E5=99=A8,logback.?= =?UTF-8?q?xml=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA=E8=A1=8C=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 587ee198..dc25418d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,10 @@ - 下载上传拦截器 - logback.xml显示行号 - `application.yml` 拦截器配置新增 `include-path` 拦截路径配置 - + +### 🔨 Dependency Upgrades +- `pom.xml` 使用 `spring-boot-starter-validation` 替换 `hibernate-validator` 依赖 + ### 📝 Added/Modified - Add `UploadInterceptor` 文件上传全局拦截器 @@ -20,6 +23,8 @@ - Modify `config/WebMvcConfig` --> `core/SpringBootPlusWebMvcConfig` - Modify `ImageController` --> `ResouceController`,请求路径 `/api/resource` +### 📔 Documentation +- [spring-boot-plus-architecture](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.png) ### 🐞 Bug Fixes - Fix 文件下载路径潜在安全漏洞,过滤 `../` 非法路径参数