SSM搭建的商城毕业设计附带论文与设计文档,导入后即可使用


SSM搭建的商城毕业设计附带论文与设计文档,导入后即可使用,JDK1.8,tomcat7
资源截图
代码片段和文件信息
package com.shop.controller;

import java.io.File;
import java.util.Date;
import java.util.List;

import javax.servlet.http.HttpServletRequest;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.multipart.MultipartFile;

import com.shop.Utils.PageBean;
import com.shop.Utils.UUIDUtiils;
import com.shop.po.Adminuser;
import com.shop.po.Category;
import com.shop.po.Categorysecond;
import com.shop.po.Message;
import com.shop.po.Orders;
import com.shop.po.Product;
import com.shop.po.User;
import com.shop.service.CategorySecondService;
import com.shop.service.CategoryService;
import com.shop.service.MessageService;
import com.shop.service.OrderService;
import com.shop.service.ProductService;
import com.shop.service.UserService;


@Controller
public class AdminController {
@Autowired
private UserService userService;
@Autowired
public CategoryService categoryService;
@Autowired
public CategorySecondService categorySecondService;
@Autowired
public ProductService productService;
@Autowired
private OrderService orderService;
@Autowired
private MessageService messageService;

@RequestMapping(“/admin/admin_findAll“)
public String admin_findAll(Model modelHttpServletRequest request) throws Exception {
Adminuser adminuserLogin = (Adminuser) request.getSession().getAttribute(“adminuserLogin“);
if(adminuserLogin==null){
request.getSession().setAttribute(“message““对不起您还没有登录“);
return “admin/index“;
}
List userList = userService.admin_findAll();
model.addAttribute(“userList“ userList);
return “admin/user/list“;
}

@RequestMapping(“/admin/adminCategory_findAll“)
public String adminCategory_findAll(Model model HttpServletRequest request)
throws Exception {
Adminuser adminuserLogin = (Adminuser) request.getSession().getAttribute(“adminuserLogin“);
if(adminuserLogin==null){
request.getSession().setAttribute(“message““对不起您还没有登录“);
return “admin/index“;
}
List categoryList = categoryService.adminbFindCategory();
/*for (Category category : categoryList) {
System.out.println(category.getCname());
}*/
model.addAttribute(“categoryList“ categoryList);
return “admin/category/list“;
}

@RequestMapping(“/admin/adminCategory_add“)
public String adminCategory_add(Model modelHttpServletRequest request) throws Exception {
Adminuser adminuserLogin = (Adminuser) request.getSession().getAttribute(“adminuserLogin“);
if(adminuserLogin==null){
request.getSession().setAttribute(“message““对不起您还没有登录“);
return “admin/index“;
}
// List categoryList = categoryService.adminbFindCategory();
// model.addAttribute(“categoryList“ categoryList);
return 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    4691456  2018-04-06 18:55  SSM搭建的商城毕业设计附带论文与设计文档10863网上购物系统(SSM).ppt

     文件     112067  2019-01-09 15:57  SSM搭建的商城毕业设计附带论文与设计文档1d35a1e4e047eb3b93164e5af8ba409.png

     文件     195973  2019-01-09 15:58  SSM搭建的商城毕业设计附带论文与设计文档7a6c1c728392662f9aedf9beb6d0c84.png

     文件      49744  2019-01-09 15:56  SSM搭建的商城毕业设计附带论文与设计文档8f2aaf2658ead7a9df9db311be2228e.png

     文件     385981  2019-01-09 15:54  SSM搭建的商城毕业设计附带论文与设计文档a44f16b46992268bef898ff50923578.png

     文件       1058  2018-04-08 13:43  SSM搭建的商城毕业设计附带论文与设计文档shop.classpath

     文件        904  2018-04-03 04:53  SSM搭建的商城毕业设计附带论文与设计文档shop.project

     文件        500  2018-04-05 20:53  SSM搭建的商城毕业设计附带论文与设计文档shop.settings.jsdtscope

     文件        275  2018-04-10 08:53  SSM搭建的商城毕业设计附带论文与设计文档shop.settingsorg.eclipse.core.resources.prefs

     文件         52  2018-04-06 13:06  SSM搭建的商城毕业设计附带论文与设计文档shop.settingsorg.eclipse.core.runtime.prefs

     文件        364  2018-04-02 05:13  SSM搭建的商城毕业设计附带论文与设计文档shop.settingsorg.eclipse.jdt.core.prefs

     文件        538  2018-04-03 15:03  SSM搭建的商城毕业设计附带论文与设计文档shop.settingsorg.eclipse.wst.common.component

     文件        345  2018-04-07 04:52  SSM搭建的商城毕业设计附带论文与设计文档shop.settingsorg.eclipse.wst.common.project.facet.core.xml

     文件        153  2018-04-08 21:03  SSM搭建的商城毕业设计附带论文与设计文档shop.settingsorg.eclipse.wst.jsdt.ui.prefs

     文件         49  2018-04-02 18:45  SSM搭建的商城毕业设计附带论文与设计文档shop.settingsorg.eclipse.wst.jsdt.ui.superType.container

     文件          6  2018-04-05 15:54  SSM搭建的商城毕业设计附带论文与设计文档shop.settingsorg.eclipse.wst.jsdt.ui.superType.name

     文件      14355  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopcontrollerAdminController.class

     文件       2151  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopcontrollerajaxController.class

     文件       3246  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopcontrollercartController.class

     文件       2224  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopcontrollerCategorySecondController.class

     文件       3867  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopcontrollercheckImgController.class

     文件       1068  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopcontrollerconvertersDateConverters.class

     文件       3569  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopcontrollerindexController.class

     文件       4015  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopcontrollerloginController.class

     文件       2943  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopcontrollermessageController.class

     文件       5464  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopcontrollerorderController.class

     文件       1291  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopcontrollerProductController.class

     文件       3967  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopcontroller
egistController.class

     文件       1954  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopexceptiongolbalException.class

     文件        584  2019-01-09 15:18  SSM搭建的商城毕业设计附带论文与设计文档shopuildclassescomshopexceptionzdyException.class

............此处省略1096个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)