-
大小: 452KB文件類型: .rar金幣: 2下載: 1 次發布日期: 2021-05-19
- 語言: JavaScript
- 標簽: Maven??SSM??
資源簡介
基于Maven依賴的SSM項目 AJAX查詢增刪改查demo,前端Bootstrop
數據校驗:jquery+JSR303后端校驗,非常有利于框架初學者學習參考

代碼片段和文件信息
package?com.atwolf.crud.bean;
public?class?Department?{
????private?Integer?deptId;
????private?String?deptName;
????
????
????public?Department(Integer?deptId?String?deptName)?{
super();
this.deptId?=?deptId;
this.deptName?=?deptName;
}
public?Department()?{
super();
//?TODO?Auto-generated?constructor?stub
}
public?Integer?getDeptId()?{
????????return?deptId;
????}
????public?void?setDeptId(Integer?deptId)?{
????????this.deptId?=?deptId;
????}
????public?String?getDeptName()?{
????????return?deptName;
????}
????public?void?setDeptName(String?deptName)?{
????????this.deptName?=?deptName?==?null???null?:?deptName.trim();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1680??2018-04-16?07:53??wolf-crud\.classpath
?????文件???????1218??2018-04-16?07:53??wolf-crud\.project
?????文件????????639??2018-04-16?07:53??wolf-crud\.settings\.jsdtscope
?????文件????????430??2018-04-16?07:53??wolf-crud\.settings\org.eclipse.jdt.core.prefs
?????文件?????????90??2018-04-16?07:53??wolf-crud\.settings\org.eclipse.m2e.core.prefs
?????文件????????757??2018-04-16?07:53??wolf-crud\.settings\org.eclipse.wst.common.component
?????文件????????252??2018-04-16?07:53??wolf-crud\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2018-04-16?07:53??wolf-crud\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2018-04-16?07:53??wolf-crud\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件?????????50??2018-04-16?07:53??wolf-crud\.settings\org.eclipse.wst.validation.prefs
?????文件???????2068??2018-04-16?07:53??wolf-crud\mbg.xm
?????文件???????4160??2018-04-16?07:53??wolf-crud\pom.xm
?????文件????????693??2018-04-16?07:53??wolf-crud\src\main\java\com\atwolf\crud\bean\Department.java
?????文件???????2093??2018-04-16?07:53??wolf-crud\src\main\java\com\atwolf\crud\bean\Employee.java
?????文件????????850??2018-04-16?07:53??wolf-crud\src\main\java\com\atwolf\crud\controller\DepartmentController.java
?????文件???????6304??2018-04-16?07:53??wolf-crud\src\main\java\com\atwolf\crud\controller\EmployeeController.java
?????文件????????718??2018-04-16?07:53??wolf-crud\src\main\java\com\atwolf\crud\dao\DepartmentMapper.java
?????文件???????1189??2018-04-16?07:53??wolf-crud\src\main\java\com\atwolf\crud\dao\EmployeeMapper.java
?????文件????????506??2018-04-16?07:53??wolf-crud\src\main\java\com\atwolf\crud\service\DepartmentService.java
?????文件???????2041??2018-04-16?07:53??wolf-crud\src\main\java\com\atwolf\crud\service\EmployeeService.java
?????文件???????2193??2018-04-16?07:53??wolf-crud\src\main\java\com\atwolf\crud\test\MapperTest.java
?????文件????????886??2018-04-16?07:53??wolf-crud\src\main\java\com\atwolf\crud\test\MBGTest.java
?????文件???????2484??2018-04-16?07:53??wolf-crud\src\main\java\com\atwolf\crud\test\MvcTest.java
?????文件???????1185??2018-04-16?07:53??wolf-crud\src\main\java\com\atwolf\crud\utils\Msg.java
?????文件???????3645??2018-04-16?07:53??wolf-crud\src\main\resources\applicationContext.xm
?????文件????????124??2018-04-16?07:53??wolf-crud\src\main\resources\db.properties
?????文件???????2574??2018-04-16?07:53??wolf-crud\src\main\resources\mapper\DepartmentMapper.xm
?????文件???????6151??2018-04-16?07:53??wolf-crud\src\main\resources\mapper\EmployeeMapper.xm
?????文件????????705??2018-04-16?07:53??wolf-crud\src\main\resources\mybatis-config.xm
?????文件???????1500??2018-04-16?07:53??wolf-crud\src\main\resources\spring-mvc.xm
............此處省略103個文件信息
評論
共有 條評論