2013.09.14
项目环境:
j2ee5规范
jdk1.6
spring 2.5.6
hibernate 3
servlet2.5
MySQL Server 5.5/mysql-connector-java-5.0.8.jar/Navicat 11.0
项目架构:
spring mvc + hibernate + spring
表结构:
-- ----------------------------
-- Table structure for user
-- ----------------------------
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`uname` varchar(40) DEFAULT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
Follow springmvc1
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of springmvc1!