Struts2.1.8+Spring2.5.6+ibatis开发框架整合

Step1:数据库设计html use ibatisstudy; drop table if exists sbook; create table if not exists sbook (  id int primary key auto_increment,  title varchar(50),  author varchar(20),  total int,  price float,  
相关文章
相关标签/搜索