标签:ocs image pat com template templates handle efault 回调接口
UploadController 上传控制器DownloadController 下载控制器ImageController 图片访问控制器Add ResourceInterceptor 资源拦截器
welcome.html 在static目录下springbootplus.html 在templates目录下ContentTypeUtil 文件类型工具mime-type.properties 文件类型自定义拓展配置UploadUtil 上传工具类,UploadFileNameHandle 文件名称回调接口,DefaultUploadFileNameHandleImpl 默认文件名称实现类Add DownloadUtil 下载工具类
WebMvcConfig 注册资源拦截器,项目静态资源访问配置SpringBootPlusConfig 创建 ResourceInterceptor 资源拦截器SpringBootPlusInterceptorConfig 添加 resourceConfig 资源拦截器配置SpringBootPlusProperties 添加 uploadPath,resourceAccessPath,resourceAccessPatterns,resourceAccessUrl属性Modify application.yml, application-local.yml 添加文件上传/下载配置
Modify mysql_spring_boot_plus.sql 添加创建数据库语句,如果不存在,则创建
exclude-path,include-path字符串配置问题,已修改为数组接收String[] excludePath,String[] includePathspring-boot-plus V1.2.1 发布 文件上传下载和静态资源访问
标签:ocs image pat com template templates handle efault 回调接口
原文地址:https://www.cnblogs.com/springbootplus/p/11388186.html