Spring MVC登录实例
工程目录结构:导入jar:controllers.LoginController.javapackage controllers;import org.springframework.web.bind.annotation.RequestMethod;import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.RequestMapping;import or