首页>代码>基于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";
}
}
最近下载更多
最近浏览更多
khmumuno
10月24日
暂无贡献等级
dddding yang LV6
9月15日
149965 LV1
9月15日
yifeng868 LV9
6月23日
jisiyongheng LV1
5月15日
hubugai1 LV11
2月20日
aaappp LV1
2月17日
ryadmin123 LV2
2月6日
微信网友_7371218154688512 LV4
2月5日
cherrylxj LV3
1月13日

