文件名称:springmvc 注解 架构设计(可以直接运行)
文件大小:11.6MB
文件格式:ZIP
更新时间:2018-08-03 08:49:29
springmvc
创建表结构的语句如下: insert into user(username,password,first_name,last_name,birthday,age) values(:userName,:passWord,:firstName,:lastName,:birthday,:age); create table user ( id int AUTO_INCREMENT not null primary key, username varchar(20), password varchar(20), first_name varchar(20), last_name varchar(20), birthday date, age int ) springmvc架构,可以直接运行
【文件预览】:
springmvc02
----.project(1KB)
----src-resources()
--------database.properties(126B)
--------log4j.properties(668B)
--------META-INF()
----.settings()
--------.jsdtscope(503B)
--------org.eclipse.core.resources.prefs(57B)
--------org.eclipse.wst.common.component(485B)
--------org.eclipse.jdt.core.prefs(364B)
--------org.eclipse.wst.common.project.facet.core.xml(305B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
----src()
--------database.properties(126B)
--------com()
--------applicationContext.xml(3KB)
----build()
--------classes()
----WebContent()
--------WEB-INF()
--------index.jsp(1KB)
--------META-INF()
----.classpath(727B)