首页>代码>SpringBoot大文件上传、js、分片上传、断点续传、秒传、大文件上传实例>/断点上传主程序/toolupload/src/main/java/com/dai/config/DefaultView.java
package com.dai.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport;

/**
 * @description: 配置默认视图
 * @author: Dai Yuanchuan
 * @create: 2019-03-19 19:22
 **/
@Configuration
public class DefaultView extends WebMvcConfigurationSupport {

    @Override
    public void addResourceHandlers(ResourceHandlerRegistry registry) {
        // 静态文件映射
        registry.addResourceHandler("/**")
                .addResourceLocations("classpath:/static/");
    }
}

最近下载更多
gowangbo1  LV6 6月30日
longtaolee  LV11 4月4日
lcqlcl  LV11 2023年8月29日
哈哈哈哈123  LV9 2023年8月3日
lironggang  LV38 2023年6月12日
go_away15  LV7 2023年3月23日
sy159753  LV1 2022年11月21日
zzyzzyzzy12345  LV3 2022年6月6日
陈小灏  LV15 2022年6月1日
su12345su  LV8 2022年5月8日
最近浏览更多
y1214435276  LV9 9月26日
357322742 8月8日
暂无贡献等级
gowangbo1  LV6 6月30日
2775645521  LV7 6月16日
liu1221  LV1 4月20日
longtaolee  LV11 4月4日
suibian1021  LV2 1月9日
1277940387 2023年11月6日
暂无贡献等级
hong5225 2023年10月18日
暂无贡献等级
漫步的海星  LV4 2023年9月26日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友