前端:
<form id="loginform" action="/Shiro/index" method="post">
<div class="form-group has-feedback">
<input type="text" name="username" clas
后台
()
String index(Model model,HttpServletRequest request, HttpServletResponse response){
model.addAttribute(, UserUtils.());
String theme = getTheme(request);
+theme;
}前端调用后台ihttp://localhost:8095/Shiro/index 显示404错误,小白不明白难道spring model类与 @actionkey有冲突吗?如何调用index方法,实在无法解决,请版主多多帮忙
项目:JFinal