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;

Project Activity

See All Activity >

Follow springmvc1

springmvc1 Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of springmvc1!

Additional Project Details

Registered

2013-09-14