资源简介
该SMS是之前的升级版,整合了SpringMVC、Spring和MyBatis,对学习SSM框架的整合大有好处
代码片段和文件信息
package cn.edu.ccut.bo;
import java.io.Serializable;
@SuppressWarnings(“serial“)
public class Student implements Serializable {
private String id;
private String name;
private String sex;
private Integer age;
private String tel;
private String loc;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getSex() {
return sex;
}
public void setSex(String sex) {
this.sex = sex;
}
public Integer getAge() {
return age;
}
public void setAge(Integer age) {
this.age = age;
}
public String getTel() {
return tel;
}
public void setTel(String tel) {
this.tel = tel;
}
public String getLoc() {
return loc;
}
public void setLoc(String loc) {
this.loc = loc;
}
@Override
public String toString() {
return “Student [id=“ + id + “ name=“ + name + “ sex=“ + sex + “ age=“ + age + “ tel=“ + tel + “ loc=“
+ loc + “]“;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-01-06 15:09 Test\
目录 0 2019-01-07 22:00 Test\.idea\
文件 537 2019-01-07 20:48 Test\.idea\compiler.xm
目录 0 2019-01-06 16:15 Test\.idea\dataSources\
文件 937 2018-12-19 19:58 Test\.idea\dataSources.local.xm
文件 642 2018-12-18 20:52 Test\.idea\dataSources.xm
目录 0 2018-12-18 20:52 Test\.idea\dataSources\d003cc6f-1764-46b6-9b8d-2e5b1cc9bc28\
文件 12407 2019-01-06 16:15 Test\.idea\dataSources\d003cc6f-1764-46b6-9b8d-2e5b1cc9bc28.xm
目录 0 2018-12-18 20:52 Test\.idea\dataSources\d003cc6f-1764-46b6-9b8d-2e5b1cc9bc28\storage_v2\
目录 0 2018-12-18 20:52 Test\.idea\dataSources\d003cc6f-1764-46b6-9b8d-2e5b1cc9bc28\storage_v2\_src_\
目录 0 2018-12-18 20:52 Test\.idea\dataSources\d003cc6f-1764-46b6-9b8d-2e5b1cc9bc28\storage_v2\_src_\schema\
文件 72 2019-01-06 16:15 Test\.idea\dataSources\d003cc6f-1764-46b6-9b8d-2e5b1cc9bc28\storage_v2\_src_\schema\SCOTT.v0axBA.me
文件 177 2018-12-16 15:54 Test\.idea\encodings.xm
目录 0 2019-01-06 17:59 Test\.idea\fileTemplates\
目录 0 2019-01-06 17:59 Test\.idea\fileTemplates\code\
目录 0 2019-01-06 17:59 Test\.idea\fileTemplates\includes\
目录 0 2019-01-06 17:59 Test\.idea\fileTemplates\internal\
目录 0 2019-01-06 17:59 Test\.idea\fileTemplates\j2ee\
文件 656 2018-12-16 15:54 Test\.idea\misc.xm
文件 8915 2019-01-02 22:27 Test\.idea\uiDesigner.xm
文件 54188 2019-01-07 22:00 Test\.idea\workspace.xm
目录 0 2019-01-06 11:45 Test\log\
文件 1418 2019-01-06 11:45 Test\log\test.log
文件 10233 2019-01-02 22:41 Test\log\test.log.2019-01-02
文件 41233 2019-01-03 20:47 Test\log\test.log.2019-01-03
文件 192821 2019-01-04 23:27 Test\log\test.log.2019-01-04
文件 13838 2019-01-05 19:57 Test\log\test.log.2019-01-05
文件 5349 2019-01-06 15:09 Test\pom.xm
目录 0 2018-12-16 15:58 Test\src\
目录 0 2018-12-16 15:59 Test\src\main\
目录 0 2018-12-16 16:09 Test\src\main\java\
............此处省略228个文件信息
相关资源
- Spring Data JPA+Jersey+TestNG用户CRUD操作案
-
spring-fr
amework-3.0.2.RELEASE-dependencies - Activiti5.20.0整合spring4.15,整合流程编
- spring源码,构建好的,可直接导入e
- Maven搭建spring_struts2_Hibernate_demo
- Maven搭建SpringMVC+Mybatis项目源码
- 基于SSH的电子商城
- 深入浅出SpringBoot2.x书签高清版
- 《深入理解Spring Cloud与微服务构建》
- ssm框架写的超市管理系统 带数据库
- springBoot完整整合WebService框架CXF
- mallmall 项目是一套电商系统,包括前
- spring_integration_in_action.pdf
- mybatis从入门到精通 高清晰完整版p
- SpringMVC基于代码的配置方式零配置,
- springmvc+maven+cas单点登录全注解
- SSH框架demo
- 个人博客源码SSMSpringBoot、thymeleaf、
- BOOT客户管理系统
- 基于ssh病人系统完整版
- Spring+SpringMVC+MyBatis问卷调查网框架
- spring+springmvc+hibernate+bootstrap的用户注
- ssh框架增删改查登陆,含数据库表
- 问卷调研项目
- SSM整合框架
- springmvc案例源码+session+增删改查+登录
- springmvc+spring+mybatis里整合ztree实现增删
- springMvc+mybatis+springSecurity整合demo
- crud(maven+ssm)可在多种ide上运行
- 会员管理系统(struts+hibernate+spring)
评论
共有 条评论