• 大小: 30.39M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-23
  • 语言: Java
  • 标签: spring  boot  Spring  boot  mall  

资源简介

小商城。 litemall = Spring Boot后端 Vue管理员前端 微信小程序用户前端 Vue用户移动端

小商城功能

  • 首页
  • 专题列表、专题详情
  • 分类列表、分类详情
  • 品牌列表、品牌详情
  • 新品首发、人气推荐
  • 优惠券列表、优惠券选择
  • 团购
  • 搜索
  • 商品详情、商品评价、商品分享
  • 购物车
  • 下单
  • 订单列表、订单详情、订单售后
  • 地址、收藏、足迹、意见反馈
  • 客服


管理平台功能

  • 会员管理
  • 商城管理
  • 商品管理
  • 推广管理
  • 系统管理
  • 配置管理
  • 统计报表


代码片段和文件信息

package org.linlinjava.litemall.admin;

import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.transaction.annotation.EnableTransactionManagement;

@SpringBootApplication(scanbasePackages = {“org.linlinjava.litemall.db“ “org.linlinjava.litemall.core“
        “org.linlinjava.litemall.admin“})
@MapperScan(“org.linlinjava.litemall.db.dao“)
@EnableTransactionManagement
@EnableScheduling
public class Application {

    public static void main(String[] args) {
        SpringApplication.run(Application.class args);
    }

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-07-31 22:13  litemall\
     目录           0  2020-07-31 22:13  litemall\.git\
     文件         304  2020-07-31 22:13  litemall\.git\config
     文件          73  2020-07-31 22:13  litemall\.git\description
     文件          23  2020-07-31 22:13  litemall\.git\HEAD
     目录           0  2020-07-31 22:13  litemall\.git\hooks\
     文件         478  2020-07-31 22:13  litemall\.git\hooks\applypatch-msg.sample
     文件         896  2020-07-31 22:13  litemall\.git\hooks\commit-msg.sample
     文件         189  2020-07-31 22:13  litemall\.git\hooks\post-update.sample
     文件         424  2020-07-31 22:13  litemall\.git\hooks\pre-applypatch.sample
     文件        1642  2020-07-31 22:13  litemall\.git\hooks\pre-commit.sample
     文件        1348  2020-07-31 22:13  litemall\.git\hooks\pre-push.sample
     文件        4898  2020-07-31 22:13  litemall\.git\hooks\pre-rebase.sample
     文件         544  2020-07-31 22:13  litemall\.git\hooks\pre-receive.sample
     文件        1239  2020-07-31 22:13  litemall\.git\hooks\prepare-commit-msg.sample
     文件        3610  2020-07-31 22:13  litemall\.git\hooks\update.sample
     文件      200814  2020-07-31 22:13  litemall\.git\index
     目录           0  2020-07-31 22:13  litemall\.git\info\
     文件         240  2020-07-31 22:13  litemall\.git\info\exclude
     目录           0  2020-07-31 22:13  litemall\.git\logs\
     文件         200  2020-07-31 22:13  litemall\.git\logs\HEAD
     目录           0  2020-07-31 22:13  litemall\.git\logs\refs\
     目录           0  2020-07-31 22:13  litemall\.git\logs\refs\heads\
     文件         200  2020-07-31 22:13  litemall\.git\logs\refs\heads\master
     目录           0  2020-07-31 22:13  litemall\.git\logs\refs\remotes\
     目录           0  2020-07-31 22:13  litemall\.git\logs\refs\remotes\origin\
     文件         200  2020-07-31 22:13  litemall\.git\logs\refs\remotes\origin\HEAD
     目录           0  2020-07-31 22:13  litemall\.git\objects\
     目录           0  2020-07-31 22:13  litemall\.git\objects\info\
     目录           0  2020-07-31 22:13  litemall\.git\objects\pack\
     文件      536656  2020-07-31 22:13  litemall\.git\objects\pack\pack-616e9a93c80b72f114bd91769a84b6a2e1de73f8.idx
............此处省略2028个文件信息

评论

共有 条评论