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

aaappp LV1
2月24日
陈小灏 LV18
2月21日
短巷拥猫 LV12
2024年12月2日
千万人22 LV1
2024年6月14日
陈金龙 LV7
2024年4月8日
zolscy LV24
2024年3月24日
floweyws LV6
2024年3月20日
2010160433 LV3
2024年3月9日
微信网友_6888487558615040 LV6
2024年3月1日
可是不知道么 LV23
2024年1月30日

hubugai1 LV11
2月20日
aaappp LV1
2月17日
ryadmin123 LV2
2月6日
微信网友_7371218154688512 LV4
2月5日
cherrylxj LV3
1月13日
54ty1212
1月6日
暂无贡献等级
xianyu091012 LV5
2024年12月24日
微信网友_7005050423463936
2024年12月4日
暂无贡献等级
短巷拥猫 LV12
2024年12月2日
wuying8208 LV15
2024年10月23日