首页>代码>spring boot+thymeleaf+bootstrap实现文件文本短地址服务>/ftshorter/src/main/java/com/yicheng/config/MvcConfig.java
package com.yicheng.config;

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;

/**
 *
 * spring boot 自定义配置类
 *
 * @author luo.yicheng
 */
@Configuration
public class MvcConfig extends WebMvcConfigurerAdapter{

    /**
     * 首页视图渲染配置
     * @return adapter
     */
    @Bean
    public WebMvcConfigurerAdapter webMvcConfigurerAdapter(){
        WebMvcConfigurerAdapter adapter = new WebMvcConfigurerAdapter() {

            @Override
            public void addViewControllers(ViewControllerRegistry registry) {
                registry.addViewController("/").setViewName("index");
                registry.addViewController("index.html").setViewName("index");
            }

        };
        return adapter;
    }
}
最近下载更多
我真的是小明  LV10 2023年10月17日
疯子庭  LV8 2021年11月30日
Everythone  LV2 2019年10月11日
china_0221  LV41 2019年8月30日
RobinOOOooo  LV6 2019年8月26日
LHJ123  LV30 2019年8月8日
低调人  LV38 2019年7月9日
Sancly  LV1 2019年7月9日
超超哥哥  LV16 2019年6月25日
yandong  LV12 2019年6月19日
最近浏览更多
微信网友_5986558820093952  LV3 2023年12月28日
WBelong  LV7 2023年12月18日
我真的是小明  LV10 2023年10月17日
pengwink  LV2 2022年12月2日
MingZheLi  LV3 2022年8月29日
wjh12345654321  LV14 2022年8月25日
mwh1001  LV15 2022年4月25日
crosa_Don  LV18 2022年4月1日
二十一画  LV10 2022年3月6日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友