正文spring-boot-plus V1.2.1 发布 文件上传下载和静态资源访问IP云V管理员/2022-09-07/4 阅读 09/07提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 [V1.2.1-RELEASE] 2019.08.21⭐️ New Features文件上传保存到服务器指定目录文件下载访问上传的图片等资源启用项目静态资源访问,可访问static/templates目录下资源⚡️ Optimizationstatic资源访问:http://localhost:8888/static/welcome.htmltemplates资源访问: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