首页>代码>基于SpringBoot的快递之家管理系统的设计与实现>/logistics/logistics/src/main/java/com/ev/logistics/controller/IndexController.java
package com.ev.logistics.controller;

import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;

import javax.servlet.http.HttpSession;

/**
 * @author EV
 * @date 2021/5/3 20:23
 */
@Controller
public class IndexController {

    @GetMapping({"/"})
    public String index(Model model, HttpSession session) {
        return "login";
    }

    @GetMapping({"/index"})
    public String index2(Model model, HttpSession session) {
        return "index";
    }

}
最近下载更多
千万人22  LV1 6月14日
陈金龙  LV7 4月8日
zolscy  LV12 3月24日
floweyws  LV6 3月20日
2010160433  LV3 3月9日
可是不知道么  LV23 1月30日
root111snkdnc  LV3 1月26日
admin_z  LV22 2023年12月28日
zyzyhh  LV2 2023年11月18日
最近浏览更多
wuying8208  LV15 10月23日
withyouatdusk  LV2 10月19日
angaochong  LV5 10月14日
isssssss7 10月13日
暂无贡献等级
颜菜菜  LV2 10月9日
15719908287  LV9 9月27日
柳咪华沙  LV7 9月16日
yyhrhv  LV8 9月3日
cyd yyds  LV2 8月5日
huwenzhuang 7月12日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友