首页>代码>基于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";
    }

}
最近下载更多
陈金龙  LV6 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日
拜托你仔细听  LV3 2023年9月21日
最近浏览更多
12364qq 5月1日
暂无贡献等级
kenhomeliu  LV29 4月30日
whb5566  LV10 4月24日
sudowoodo 4月20日
暂无贡献等级
860421  LV3 4月18日
akittyboy  LV9 4月16日
一个小学码  LV4 4月16日
陈金龙  LV6 4月8日
玖零定制问题修复  LV34 4月4日
wanglinddad  LV54 4月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友