每个人都可以独立、快速、高效地开发项目!
Everyone can develop projects independently, quickly and efficiently!
Add UploadController
上传控制器
Add DownloadController
下载控制器
Add ImageController
图片访问控制器
Add ResourceInterceptor
资源拦截器
Add welcome.html
在 static
目录下
Add springbootplus.html
在 templates
目录下
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.yml
, application-local.yml
添加文件上传/下载配置
Modify mysql_spring_boot_plus.sql
添加创建数据库语句,如果不存在,则创建
exclude-path
, include-path
字符串配置问题,已修改为数组接收 String[] excludePath
, String[] includePath
官网地址: springboot.plus
GITHUB: https://github.com/geekidea/spring-boot-plus
GITEE: https://gitee.com/geekidea/spring-boot-plus