package com.dai.config; import lombok.extern.slf4j.Slf4j; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.core.Ordered; import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry; import org.springframework.web.servlet.config.annotation.ViewControllerRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; /** * <p>配置默认视图</p> * 在这里指定 需要扫描 cn.novelweb 包 * <p>2019-12-06 13:44</p> * * @author Dai Yuanchuan **/ @Configuration @ComponentScan(basePackages = { "cn.novelweb"}) @Slf4j public class DefaultView extends WebMvcConfigurationSupport { @Override public void addViewControllers(ViewControllerRegistry registry) { // 默认页面 registry.addViewController("/").setViewName("forward:/page1"); registry.setOrder(Ordered.HIGHEST_PRECEDENCE); super.addViewControllers(registry); } @Override public void addResourceHandlers(ResourceHandlerRegistry registry) { // 静态文件映射 registry.addResourceHandler("/**") .addResourceLocations("classpath:/static/"); registry.addResourceHandler("docs.html") .addResourceLocations("classpath:/META-INF/resources/"); registry.addResourceHandler("/webjars/**") .addResourceLocations("classpath:/META-INF/resources/webjars/"); } }
最近下载更多
finklcool
2022年6月6日
暂无贡献等级
crosa_Don LV18
2022年6月2日
1234mama LV19
2022年4月5日
黑手疯狂 LV5
2022年1月17日
huaua7676 LV30
2021年11月18日
zzzzzzzzhasdas LV13
2021年11月9日
尹恒yingying LV18
2021年10月22日
ma406805131 LV15
2021年3月11日
zlylongyue LV1
2021年2月1日
zhugc111 LV10
2020年12月31日
最近浏览更多
fengst
6月18日
暂无贡献等级
Aban-beautiful
5月13日
暂无贡献等级
3334004690 LV10
3月7日
1358849392 LV21
1月22日
fellowfun LV12
2023年11月15日
漫步的海星 LV4
2023年9月21日
cwb6357123 LV6
2023年9月21日
skook7 LV2
2023年8月31日
1761434639 LV1
2023年7月2日
呵呵哈哈哈 LV10
2022年9月8日