-
大小: 378KB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2021-05-28
- 語言: Java
- 標(biāo)簽: SSM??OnlineShop??
資源簡介
由struct2,spring4和Mabatis框架編寫的java web代碼;
數(shù)據(jù)庫為mysql;里面包含:源代碼,數(shù)據(jù)庫表結(jié)構(gòu)設(shè)計(jì)文檔,效果圖以及關(guān)鍵代碼文檔;附加數(shù)據(jù)庫sql建表、插入數(shù)據(jù)文件;
實(shí)現(xiàn)了一個(gè)基本的校園商鋪網(wǎng)站,可以做畢業(yè)設(shè)計(jì)

代碼片段和文件信息
package?com.zhang.controller;
import?java.util.ArrayList;
import?java.util.HashMap;
import?java.util.List;
import?java.util.Map;
import?org.slf4j.Logger;
import?org.slf4j.LoggerFactory;
import?org.springframework.beans.factory.annotation.Autowired;
import?org.springframework.stereotype.Controller;
import?org.springframework.web.bind.annotation.RequestMapping;
import?org.springframework.web.bind.annotation.RequestMethod;
import?org.springframework.web.bind.annotation.ResponseBody;
import?com.zhang.entity.Area;
import?com.zhang.service.AreaService;
@Controller
@RequestMapping(“/superadmin“)
public?class?AreaController?{
Logger?logger=LoggerFactory.getLogger(AreaController.class);
@Autowired
private?AreaService?areaservice;
@RequestMapping(value?=?“/listarea“?method?=?RequestMethod.GET)
@ResponseBody
//?自動(dòng)轉(zhuǎn)換成json給前端
private?Mapject>?listArea()?{
logger.info(“===start===“);
long?startTime=System.currentTimeMillis();
Mapject>?modelMap?=?new?HashMapject>();
List?list?=?new?ArrayList();
try?{
list?=?areaservice.getAreaList();
modelMap.put(“rows“?list);
modelMap.put(“total“?list.size());
}?catch?(Exception?e)?{
e.printStackTrace();
modelMap.put(“success“?false);
modelMap.put(“errMsg“?e.toString());
}
logger.error(“test?error!“);
long?endTime=System.currentTimeMillis();
logger.debug(“costTime:[{}ms]“endTime-startTime);
// logger.info(“costTime:“?+?(endTime-startTime));
logger.info(“===end===“);
return?modelMap;
}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????????4??2018-04-04?21:08??校園商鋪網(wǎng)站\O2OStore\.git\COMMIT_EDITMSG
?????文件????????304??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\config
?????文件?????????73??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\desc
?????文件?????????23??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\HEAD
?????文件????????478??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\hooks\applypatch-msg.sample
?????文件????????896??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\hooks\commit-msg.sample
?????文件???????3327??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\hooks\fsmonitor-watchman.sample
?????文件????????189??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\hooks\post-update.sample
?????文件????????424??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\hooks\pre-applypatch.sample
?????文件???????1642??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\hooks\pre-commit.sample
?????文件???????1348??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\hooks\pre-push.sample
?????文件???????4898??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\hooks\pre-reba
?????文件????????544??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\hooks\pre-receive.sample
?????文件???????1492??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\hooks\prepare-commit-msg.sample
?????文件???????3610??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\hooks\update.sample
?????文件???????7531??2018-04-04?21:07??校園商鋪網(wǎng)站\O2OStore\.git\index
?????文件????????240??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\info\exclude
?????文件???????1749??2018-04-04?21:08??校園商鋪網(wǎng)站\O2OStore\.git\logs\HEAD
?????文件???????1749??2018-04-04?21:08??校園商鋪網(wǎng)站\O2OStore\.git\logs\refs\heads\master
?????文件????????182??2018-03-19?20:56??校園商鋪網(wǎng)站\O2OStore\.git\logs\refs\remotes\origin\HEAD
?????文件???????1430??2018-04-04?21:08??校園商鋪網(wǎng)站\O2OStore\.git\logs\refs\remotes\origin\master
?????文件????????140??2018-03-21?22:12??校園商鋪網(wǎng)站\O2OStore\.git\ob
?????文件????????104??2018-03-27?20:59??校園商鋪網(wǎng)站\O2OStore\.git\ob
?????文件????????182??2018-03-22?23:33??校園商鋪網(wǎng)站\O2OStore\.git\ob
?????文件????????139??2018-03-19?23:15??校園商鋪網(wǎng)站\O2OStore\.git\ob
?????文件????????133??2018-03-27?20:59??校園商鋪網(wǎng)站\O2OStore\.git\ob
?????文件?????????64??2018-03-19?21:20??校園商鋪網(wǎng)站\O2OStore\.git\ob
?????文件?????????21??2018-03-19?21:20??校園商鋪網(wǎng)站\O2OStore\.git\ob
?????文件?????????86??2018-03-27?20:59??校園商鋪網(wǎng)站\O2OStore\.git\ob
?????文件????????110??2018-03-25?09:51??校園商鋪網(wǎng)站\O2OStore\.git\ob
............此處省略560個(gè)文件信息
評(píng)論
共有 條評(píng)論