spring-boot-plus V1.2.2 發佈,5 Minutes Finish CRUD

spring-boot-plus V1.2.2 發佈,5 Minutes Finish CRUD

[V1.2.2-RELEASE] 2019.08.26

⭐️ New Features

  • 攔截器啟用禁用配置
  • 文件上傳下載安全/權限控制
  • 啟用 logback.xml 日誌配置

⚡️ Optimization

  • 更改core包目錄
  • 下載上傳攔截器
  • logback.xml顯示行號
  • application.yml 攔截器配置新增 include-path 攔截路徑配置

Added/Modified

  • Add UploadInterceptor 文件上傳全局攔截器
  • Add DownloadInterceptor 文件下載全局攔截器
  • Add DownloadHandler DefaultDownloadHandler 文件下載回調自定義處理器
  • Modify config/WebMvcConfig --> core/SpringBootPlusWebMvcConfig
  • Modify ImageController --> ResouceController,請求路徑 /api/resource
  • Add SysUser CRUD

Bug Fixes

  • Fix 文件下載路徑潛在安全漏洞,過濾 ../ 非法路徑參數
  • Fix 優化文件下載,Firefox 中文亂碼問題

Documentation

  • spring-boot-plus-architecture
  • 5 Minutes Finish CRUD

Dependency Upgrades

  • pom.xml 使用 spring-boot-starter-validation 替換 hibernate-validator 依賴

碼雲地址:https://gitee.com/geekidea/spring-boot-plus

文章轉載自 OSCHINA 社區 [http://www.oschina.net]

本文標題:spring-boot-plus V1.2.2 發佈,5 Minutes Finish CRUD

本文地址:https://www.oschina.net/news/109339/spring-boot-plus-1-2-2-released


分享到:


相關文章: