Git Product home page Git Product logo

group_purchase's Introduction

group_purchase

前言

快速开始

  • 拉取代码
git clone https://github.com/bgniao/group_purchase.git
  • 进入目录
cd group_purchase
  • 启动docker-compose
docker-compose up -d
  • 打开swagger页面
docker-compose up -d

项目介绍

group_purchase项目是一套社区团购系统,包括小程序端及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker 容器化部署。包含营销活动、文章管理、财务管理、商品管理、订单管理、购物车、店铺装修、接龙订单、微信群机器人、店铺设置、用户管理等功能

项目演示

小程序: 管理后台地址:

组织结构

.
├── activity -- 营销活动
├── article -- 文章管理
├── configurer -- 通用设置
├── constant -- 全局变量
├── core -- 基础核心
├── exception -- 自定义异常
├── financial -- 财务管理
├── goods -- 商品管理
├── jobhandler -- 定时任务
├── listener -- mq监听
├── logistics -- 物流管理
├── order -- 订单管理
├── shop -- 商铺管理
├── solitaire -- 接龙管理
├── system -- 系统设置
├── user -- 用户管理
├── utils -- 工具类
├── websocket -- ws支持
└── wechatbot -- 微信机器人

技术选型

后端技术

技术 说明 官网
SpringBoot 容器+MVC框架 https://spring.io/projects/spring-boot
MyBatis ORM框架 http://www.mybatis.org/mybatis-3/zh/index.html
Activemq 消息队列 http://activemq.apache.org/
Redis 分布式缓存 https://redis.io/
MongoDB NoSql数据库 https://www.mongodb.com
Fastjson JSON解析 https://github.com/alibaba/
XXL-JOB 分布式任务调度平台 https://www.xuxueli.com/xxl-job/
WxJava 微信开发 Java SDK https://github.com/Wechat-Group/WxJava
Druid 数据库连接池 https://github.com/alibaba/druid
Lombok 简化对象封装工具 https://github.com/rzwitserloot/lombok
Hutool Java工具类库 https://github.com/looly/hutool
tk.mybatis MyBatis 工具 https://mybatis.io/
Swagger-UI 文档生成工具 https://github.com/swagger-api/swagger-ui
Hibernator-Validator 验证框架 http://hibernate.org/validator

架构图

许可证

Apache License 2.0

group_purchase's People

Contributors

pavawi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.