摘要: 一、application.properties 配置文件中添加如下配置 : # 静态资源放行的配置 spring.mvc.static-path-pattern=/static/** 二、添加静态资源映射类: ​ 在启动类同级目录下,创建config文件夹,该文件夹下创建WebMvcConfig类 阅读全文
posted @ 2021-03-13 13:08 duanxiaobiao 阅读(4498) 评论(1) 推荐(0) 编辑
摘要: 一、前言: ​ 我们安装好FastDFS后,就可以在项目中实际运用了,写了个demo,简单实现了图片的上传。 二、效果预览: 三、实现 1.springboot项目搭建 1.1 pom.xml 依赖 <!--Thymeleaf--> <dependency> <groupId>org.springf 阅读全文
posted @ 2021-03-13 11:19 duanxiaobiao 阅读(702) 评论(0) 推荐(0) 编辑