• 基于java+springboot+mybatis+vue+elementui的球鞋销售商城网站


    系统功能:
    用户端:

    • 登录注册
    • 首页浏览
    • 商品信息
    • 发表评论
    • 分类筛选
    • 商品查询
    • 商品资讯
    • 在线客服
    • 加入购物车
    • 商品收藏
    • 提交订单
    • 地址管理
    • 个人中心
    • 收藏管理
    • 订单管理
    • 退出登录

    管理员端:

    • 系统登录
    • 个人中心
    • 用户管理
    • 商品分类管理
    • 商品信息管理
    • 订单评价管理
    • 订单管理
    • 系统管理(轮播图管理、商品资讯管理、在线客服管理)
    • 退出登录

    页面效果:
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    核心代码:

    package com.controller;
    
    
    import java.util.Arrays;
    import java.util.Map;
    
    import org.springframework.beans.factory.annotation.Autowired;
    import org.springframework.web.bind.annotation.PathVariable;
    import org.springframework.web.bind.annotation.PostMapping;
    import org.springframework.web.bind.annotation.RequestBody;
    import org.springframework.web.bind.annotation.RequestMapping;
    import org.springframework.web.bind.annotation.RequestParam;
    import org.springframework.web.bind.annotation.RestController;
    
    import com.annotation.IgnoreAuth;
    import com.baomidou.mybatisplus.mapper.EntityWrapper;
    import com.entity.ConfigEntity;
    import com.service.ConfigService;
    import com.utils.PageUtils;
    import com.utils.R;
    import com.utils.ValidatorUtils;
    
    /**
     * 登录相关
     */
    @RequestMapping("config")
    @RestController
    public class ConfigController{
    	
    	@Autowired
    	private ConfigService configService;
    
    	/**
         * 列表
         */
        @RequestMapping("/page")
        public R page(@RequestParam Map<String, Object> params,ConfigEntity config){
            EntityWrapper<ConfigEntity> ew = new EntityWrapper<ConfigEntity>();
        	PageUtils page = configService.queryPage(params);
            return R.ok().put("data", page);
        }
        
    	/**
         * 列表
         */
        @IgnoreAuth
        @RequestMapping("/list")
        public R list(@RequestParam Map<String, Object> params,ConfigEntity config){
            EntityWrapper<ConfigEntity> ew = new EntityWrapper<ConfigEntity>();
        	PageUtils page = configService.queryPage(params);
            return R.ok().put("data", page);
        }
    
        /**
         * 信息
         */
        @RequestMapping("/info/{id}")
        public R info(@PathVariable("id") String id){
            ConfigEntity config = configService.selectById(id);
            return R.ok().put("data", config);
        }
        
        /**
         * 详情
         */
        @IgnoreAuth
        @RequestMapping("/detail/{id}")
        public R detail(@PathVariable("id") String id){
            ConfigEntity config = configService.selectById(id);
            return R.ok().put("data", config);
        }
        
        /**
         * 根据name获取信息
         */
        @RequestMapping("/info")
        public R infoByName(@RequestParam String name){
            ConfigEntity config = configService.selectOne(new EntityWrapper<ConfigEntity>().eq("name", "faceFile"));
            return R.ok().put("data", config);
        }
        
        /**
         * 保存
         */
        @PostMapping("/save")
        public R save(@RequestBody ConfigEntity config){
    //    	ValidatorUtils.validateEntity(config);
        	configService.insert(config);
            return R.ok();
        }
    
        /**
         * 修改
         */
        @RequestMapping("/update")
        public R update(@RequestBody ConfigEntity config){
    //        ValidatorUtils.validateEntity(config);
            configService.updateById(config);//全部更新
            return R.ok();
        }
    
        /**
         * 删除
         */
        @RequestMapping("/delete")
        public R delete(@RequestBody Long[] ids){
        	configService.deleteBatchIds(Arrays.asList(ids));
            return R.ok();
        }
    }
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
  • 相关阅读:
    【微服务】- 配置中心 - Nacos
    论多线程“分而治之“Future<V>的执行效率
    HTML5+CSSday4综合案例二——banner效果
    【Unity-Cinemachine相机】虚拟相机旋转Composer属性详解
    VM关闭虚拟机之后,连接不上前一天设置的静态ip
    基于HTML制作的闲置交易网站设计
    帆软报表之填报报表
    Tensorflow安装GPU版本的一些问题处理
    基于网络数据流的未知密码协议逆向分析
    关于Chrome中F12调试Console输入多行
  • 原文地址:https://blog.csdn.net/qq_3306428634/article/details/126557344