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
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

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.
Try free now
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