15 Star 153 Fork 64

环兴商城 / 环兴商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

logo

环兴商城

环兴商城基于 Spring Cloud,前后端分离。

项目介绍

环兴商城基于 Spring Cloud 微服务商城系统,前后端分离,前端模板(vue-next-admin)基于 vue3.x 、typescript、vite、element-plus 移动端采用 uni-app、vk-ui 一套代码,可发布到 iOS、Android、以及各种小程序。核心功能包括(sku、运费模板、素材库、快递物流、DIY 页面设计)

文档地址:http://www.ihuanxing.cn

作者微信

logo

商城演示 (体验微信小程序需要添加作者微信)

商城 H5

核心依赖

依赖 版本
Spring Boot 3.2.2
Spring Cloud 2023.0.0
Spring Cloud Alibaba 2022.0.0.0
Sa-Token 1.37.0
Mybatis-Plus 3.5.5
Hutool 5.8.26
Vue 3.2.47
Vk-Ui 1.5.2
Element-Plus 2.3.3
vue-next-admin 2.4.33

系统模块

huanxing
├─huanxing-auth     # 授权服务[5227]                 
├─huanxing-common    # 系统公共模块 
│  ├─huanxing-common-core   #公共核心包
│  ├─huanxing-common-feign  #feign扩展
│  ├─huanxing-common-job    #xxl-job 封装
│  ├─huanxing-common-log    #日志模块
│  ├─huanxing-common-logistics  #快递模块
│  ├─huanxing-common-mybatis    #mybatis 扩展封装
│  ├─huanxing-common-nacos  #nacos 扩展封装
│  ├─huanxing-common-security   #安全模块
│  ├─huanxing-common-sms    #短信模块
│  └─huanxing-common-storage    #存储模块
├─huanxing-gateway  #网关服务[9999]
├─huanxing-miniapp  #小程序模块
│  ├─huanxing-miniapp-api  #小程序公共api模块
│  └─huanxing-miniapp-biz  #小程序业务处理模块
├─huanxing-order  #订单模块
│  ├─huanxing-order-api  #订单公共api模块
│  └─huanxing-order-biz  #订单业务处理模块
├─huanxing-pay  #支付模块
│  ├─huanxing-pay-api  #支付公共api模块
│  └─huanxing-pay-biz  #支付业务处理模块
├─huanxing-product  #商品模块
│  ├─huanxing-product-api  #商品公共api模块
│  └─huanxing-product-biz  #商品业务处理模块
├─huanxing-promotion  #营销模块
│  ├─huanxing-promotion-api  #营销公共api模块
│  └─huanxing-promotion-biz  #营销业务处理模块
├─huanxing-shop  #店铺模块
│  ├─huanxing-shop-api  #店铺公共api模块
│  └─huanxing-shop-biz  #店铺业务处理模块
├─huanxing-upms  #用户权限管理模块
│  ├─huanxing-upms-api  #用户权限管理系统公共api模块
│  └─huanxing-upms-biz  #用户权限管理系统业务处理模块
├─huanxing-user  #商城用户模块
│  ├─huanxing-user-api  #商城用户公共api模块
│  └─huanxing-user-biz  #商城用户业务处理模块
├─huanxing-visual  #系统图形化管理模块
   ├─huanxing-monitor  #服务监控[7001]
   └─huanxing-xxl-job-admin  #xxl-job 定时任务管理端[7002]

项目链接

系统功能

  1. 用户管理
  2. 角色管理
  3. 菜单管理
  4. 部门管理
  5. 登录日志
  6. 操作日志
  7. 服务监控
  8. 文件存储配置(阿里云、腾讯云、七牛云)
  9. 租户管理
  10. 租户套餐
  11. 短信配置

商城功能

  1. 商品管理
  2. 商城分类
  3. 商城用户
  4. 商城订单
  5. 商城退单
  6. 素材分组
  7. 运费模版
  8. 素材库(支持素材管理)
  9. 主题配置(5种全店风格、底部导航)
  10. DIY 页面设计(标题文本、公告、商品、图片广告、图文导航、魔方)
  11. 优惠券
  12. 物流公司管理

小程序功能

  1. 微信小程序管理
  2. 微信小程序码生成
  3. 微信小程序用户

支付功能

  1. 微信支付(JSAPI、APP)
  2. 微信退款
  3. 支付宝支付(小程序、APP、H5)
  4. 支付宝退款

商城后台演示地址

商城后台演示地址http://mall.ihuanxing.cn

  • 商城租户:账号/密码 admin/123456
  • 租户 2:账号/密码 zuhu2/111111
MIT License Copyright (c) 2024 HuanXing Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

环兴商城基于 Spring Cloud 微服务商城系统,前后端分离,前端采用 Vue3 Element Plus 移动端采用 uniapp一套代码,可发布到iOS、Android、以及各种小程序。核心功能包括(sku、运费模板、素材库、快递物流、DIY页面设计)点个⭐Star⭐支持一下吧 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/lijiaxing_boy/huanxing-mall.git
git@gitee.com:lijiaxing_boy/huanxing-mall.git
lijiaxing_boy
huanxing-mall
环兴商城
v2.0

搜索帮助