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 ⭐️New Features 文件上传保存到服务器指定目录 文件下载 访问上传的图片等资源 启用项目静态资源访问,可访问static/templates目录下资源 ⚡️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 上传后,图片文件访...