首页>代码>Spring Boot+Mybatis+thymeleaf开发的高仿今日头条新闻网站>/src/main/java/com/lm/cms2/config/WebMvcConfig.java
                
                package com.lm.cms2.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
/**
 * 图片绝对地址与虚拟地址映射
 */
@Configuration
public class WebMvcConfig extends WebMvcConfigurerAdapter {
    @Override
    public void addResourceHandlers(ResourceHandlerRegistry registry) {
//文件磁盘图片url 映射
        registry.addResourceHandler("/image/**").addResourceLocations("file:D:\\picpath\\");
//配置server虚拟路径,handler为前台访问的目录,locations为files相对应的本地路径
    }
}
 最近下载更多
最近下载更多
                
                微信网友_6927932988952576     LV12
                2024年3月31日
            
            
        
                admin_z     LV22
                2024年2月4日
            
            
        
                chenlie     LV2
                2023年11月7日
            
            
        
                zzzzzzzzhasdas     LV13
                2023年9月6日
            
            
        
                mq13947193109     LV19
                2023年8月1日
            
            
        
                1806795436     LV4
                2023年1月10日
            
            
        
                微信网友_6257235205754880     LV1
                2022年12月11日
            
            
        
                huyuxin     LV4
                2022年11月9日
            
            
        
                hdell65     LV6
                2022年10月7日
            
            
        
                Ohh.     LV3
                2022年5月17日
            
            
         最近浏览更多
最近浏览更多
                
                zhouweizhan    
                3月28日
            
            
                    暂无贡献等级
            
        
                zolscy     LV24
                2024年11月29日
            
            
        
                微信网友_7134912998903808     LV15
                2024年8月29日
            
            
        
                f22m1a2b2     LV17
                2024年5月30日
            
            
        
                来一杯西瓜冰咩     LV6
                2024年5月13日
            
            
        
                forgetmenot     LV1
                2024年4月25日
            
            
        
                微信网友_6927932988952576     LV12
                2024年3月31日
            
            
        
                admin_z     LV22
                2024年1月28日
            
            
        
                fff2003     LV9
                2023年11月17日
            
            
        
                wnnmmb     LV2
                2023年11月13日
            
            
        
 
                 
                 
                