管理平台功能
- 会员管理
- 商城管理
- 商品管理
- 推广管理
- 系统管理
- 配置管理
- 统计报表
![](http://imgq8.q578.com/ef/0604/84cda64f069b48d9.jpg)
后台管理系统
前端项目mall-admin-web地址:https://github.com/macrozheng/mall-admin-web
项目演示地址:http://www.macrozheng.com/admin/index.html
账户:admin 密码:macro123
mall
mall-common -- 工具类及通用代码
mall-mbg -- MyBatisGenerator生成的数据库操作代码
mall-security -- SpringSecurity封装公用模块
mall-admin -- 后台商城管理系统接口
mall-search -- 基于Elasticsearch的商品搜索系统
mall-portal -- 前台商城系统接口
mall-demo -- 框架搭建时的测试代码
技术选型
后端技术
技术 | 说明 | 官网 |
SpringBoot | 容器+MVC框架 | https://spring.io/projects/spring-boot |
SpringSecurity | 认证和授权框架 | https://spring.io/projects/spring-security |
MyBatis | ORM框架 | http://www.mybatis.org/mybatis-3/zh/index.html |
MyBatisGenerator | 数据层代码生成 | http://www.mybatis.org/generator/index.html |
PageHelper | MyBatis物理分页插件 | http://git.oschina.net/free/Mybatis_PageHelper |
Swagger-UI | 文档生产工具 | https://github.com/swagger-api/swagger-ui 相关阅读:
|