国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

Spring boot文件路徑映射配置代碼實例

瀏覽:43日期:2023-09-02 15:50:46

springboot配置本地資源映射路徑需要配置一下映射資源位置,下面來介紹一下過程。

1.添加配置類

package org.jcut.tools;import org.springframework.beans.factory.annotation.Value;import org.springframework.stereotype.Component;import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;@Componentpublic class MvcConfing implements WebMvcConfigurer { @Value('${imgpath}') String path; @Override public void addResourceHandlers(ResourceHandlerRegistry registry) { //當請求服務器中帶有/imgs/的時候就是到指定路徑中找出對應名字對應圖片,其中**就代表匹配多層路徑下的名字registry.addResourceHandler('/imgs/**').addResourceLocations('file:'+path); }}

2.圖片上傳代碼

//添加展示圖片 String t_img=UUID.randomUUID().toString();//商品展示圖片id boolean flag=false; for(MultipartFile ff:file1) { String tImgId=UUID.randomUUID().toString();//寫入圖片名字的時候最好把獲取圖片映射名稱寫進去,方便獲取圖片 timg.insert(new TImg(tImgId, t_img, 'imgs/'+tImgId+'.jpg')); try {ff.transferTo(new File(path+tImgId+'.jpg'));flag=true; } catch (Exception e) {// TODO Auto-generated catch blocke.printStackTrace(); } }

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Spring
相關文章:
主站蜘蛛池模板: 宁河县| 类乌齐县| 本溪市| 甘泉县| 来凤县| 保康县| 进贤县| 南昌市| 利辛县| 龙胜| 襄垣县| 莆田市| 吉木萨尔县| 青川县| 区。| 喀什市| 鄂尔多斯市| 琼结县| 宝兴县| 龙南县| 全南县| 封开县| 万盛区| 宁陕县| 吐鲁番市| 偏关县| 苏州市| 洱源县| 庆云县| 仁布县| 石狮市| 临邑县| 清新县| 呼图壁县| 西乡县| 义乌市| 鱼台县| 肇庆市| 通化市| 永登县| 长寿区|