Springmvc框架代码

时间:2021-10-03 11:37:05
【文件属性】:

文件名称:Springmvc框架代码

文件大小:10.97MB

文件格式:RAR

更新时间:2021-10-03 11:37:05

Springmvc

@RequestMapping("/hello3.html") public String method3(@RequestParam(value="username",defaultValue="",required=false) String username, @RequestParam(value="",defaultValue="",required=false)String password , HttpSession session ){ System.out.println(username); if(username.equals("root")&&password;.equals("1111")){ session.setAttribute("username", username); } System.out.println(username); System.out.println(1111); return "hello";


【文件预览】:
SpringMvc
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.wst.common.project.facet.core.xml(252B)
--------org.eclipse.wst.common.component(465B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------.jsdtscope(500B)
--------org.eclipse.jdt.core.prefs(364B)
----src()
--------cn()
--------springmvc-servlet.xml(2KB)
----.project(2KB)
----WebRoot()
--------META-INF()
--------WEB-INF()
--------index.jsp(834B)
----.mymetadata(300B)
----.classpath(529B)
----.myeclipse()

网友评论