首页>代码>ssm(spring+spring mvc+mybatis)整合shiro+ehcache+mysql开发网站后台权限管理系统>/auth-control/src/main/java/com/test/controller/IndexController.java
package com.test.controller; import java.util.List; import org.apache.shiro.SecurityUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.SessionAttributes; import org.springframework.web.servlet.ModelAndView; import com.test.service.UserService; @Controller public class IndexController { @RequestMapping(value={"/","/index"}) public ModelAndView index(){ ModelAndView mov=new ModelAndView("index"); return mov; } }

wuying8208 LV15
2023年3月28日
qweqweqwesfasfassada LV4
2022年12月30日
hbsoft2008 LV16
2022年11月2日
wanglinddad LV55
2022年4月9日
做你的英雄 LV14
2022年3月21日
543666826 LV34
2021年11月19日
小安同学 LV7
2021年6月17日
xyy999 LV1
2021年5月25日
缓缓归来 LV11
2021年4月24日
aaaaaaasdd LV11
2020年12月28日

bluerstar LV1
2024年10月23日
yhe107 LV3
2024年4月17日
xuweiwowzy LV5
2024年1月14日
WBelong LV8
2023年12月27日
ljt289917726 LV3
2023年12月8日
shuangfu LV25
2023年12月2日
it_star LV6
2023年10月31日
森sdfgf LV8
2023年6月9日
一只shy咩咩 LV2
2023年5月18日
wuying8208 LV15
2023年3月28日