Skip to content

jamy888/webdemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

此为数据库创建脚本
CREATE TABLE user (
    id int not null auto_increment,
    loginName varchar(32) not null,
    password varchar(32) not null,
    name varchar(32) not null,
    primary key (id)
);

About

string+struts+ibatis的一个框架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published