转载

spring-boot-plus V1.2.1 发布,文件上传下载和静态资源访问

Introduction

spring-boot-plus 是一套集成 spring boot 常用开发组件的后台快速开发框架

Purpose

每个人都可以独立、快速、高效地开发项目!

Everyone can develop projects independently, quickly and efficiently!

[V1.2.1-RELEASE] 2019.08.21

:star:️ New Features

  • 文件上传保存到服务器指定目录
  • 文件下载
  • 访问上传的图片等资源
  • 启用项目静态资源访问,可访问static/templates目录下资源

:zap:️ Optimization

  • static资源访问: http://localhost:8888/static/welcome.html
  • templates资源访问: http://localhost:8888/templates/springbootplus.html
  • 上传swagger: http://localhost:8888/swagger-ui.html#!/upload-controller/uploadUsingPOST
  • 上传后,图片文件访问: http://localhost:8888//resource/201908210134467.png
  • 图片自定义控制访问: http://localhost:8888/image/201908210134467.png

:memo: Added/Modified

  • Add UploadController 上传控制器

  • Add DownloadController 下载控制器

  • Add ImageController 图片访问控制器

  • Add ResourceInterceptor 资源拦截器

  • Add welcome.htmlstatic 目录下

  • Add springbootplus.htmltemplates 目录下

  • Add ContentTypeUtil 文件类型工具

  • Add mime-type.properties 文件类型自定义拓展配置

  • Add UploadUtil 上传工具类, UploadFileNameHandle 文件名称回调接口, DefaultUploadFileNameHandleImpl 默认文件名称实现类

  • Add DownloadUtil 下载工具类

  • Modify WebMvcConfig 注册资源拦截器,项目静态资源访问配置

  • Modify SpringBootPlusConfig 创建  ResourceInterceptor 资源拦截器

  • Modify SpringBootPlusInterceptorConfig 添加  resourceConfig 资源拦截器配置

  • Modify SpringBootPlusProperties 添加  uploadPath , resourceAccessPath , resourceAccessPatterns , resourceAccessUrl 属性

  • Modify application.ymlapplication-local.yml 添加文件上传/下载配置

  • Modify mysql_spring_boot_plus.sql 添加创建数据库语句,如果不存在,则创建

:beetle: Bug Fixes

  • 拦截器 exclude-path , include-path 字符串配置问题,已修改为数组接收 String[] excludePath , String[] includePath

:notebook_with_decorative_cover: Documentation

  • mime-type大全

:hammer: Dependency Upgrades

  • Upgrade to springboot 2.1.7.RELEASE

官网地址: springboot.plus

GITHUB: https://github.com/geekidea/spring-boot-plus

GITEE: https://gitee.com/geekidea/spring-boot-plus

原文  https://www.oschina.net/news/109241/spring-boot-plus-1-2-1-released
正文到此结束
Loading...