package com.cn;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;

/**
 * @author liuzh
 * @since 2015-12-12 18:22
 */
@Controller
@EnableWebMvc           //开启springmvc支持
@SpringBootApplication
public class Application extends WebMvcConfigurerAdapter {

    public static void main(String[] args) {
        SpringApplication.run(Application.class, args);
    }

    @RequestMapping("/")
    String home() {
        return "redirect:countries";
    }
}
最近下载更多
justin8023  LV3 2023年7月10日
zxhjy5  LV6 2021年6月4日
aaaahao  LV13 2021年3月22日
AlanLi  LV18 2020年7月14日
Hachi6  LV13 2020年6月29日
x2b2d2  LV12 2020年6月28日
浮生如茶  LV8 2020年6月3日
xiaoche117  LV17 2020年4月27日
k麝神k  LV10 2020年3月29日
diwenyan  LV3 2020年3月1日
最近浏览更多
youwuzuichen  LV10 2023年8月14日
justin8023  LV3 2023年7月10日
酒酒清欢  LV8 2023年5月21日
胡明杨 2023年4月13日
暂无贡献等级
李亮  LV19 2023年3月6日
xiaobaitud  LV13 2023年1月10日
LITIANYU084414  LV11 2023年1月1日
YUProject  LV8 2022年12月17日
sheldong  LV2 2022年12月8日
小赤0120  LV4 2022年12月3日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友