本文已被Github仓库收录 https://github.com/silently9527/JavaCore
项目介绍
Mall-Coupons是一个从前端到后端完全开源的淘宝客项目,当初学习完uniapp之后想做一个实战项目,所以才研发了这个项目。由于本人平时主要从事后端研发,界面样式非我所长,所以大家觉得界面效果不好的可以自己修改。目前项目已经支持打包成App、微信小程序、QQ小程序、Web站点;理论上其他小程序也支持,可能需要微调
Github地址:
- 后端项目地址:https://github.com/silently9527/mall-coupons-server
- 前端项目地址:https://github.com/silently9527/mall-coupons
Gitee地址:
- 后端项目地址:https://gitee.com/silently9527/mall-coupons-server
- 前端项目地址:https://gitee.com/silently9527/mall-coupons
效果预览
功能列表
- 推荐穿衣搭配
- 搭配筛选
- 搭配详情
- 相关搭配推荐
- 用户点赞
- 商品分类
- 分类查询商品列表
- 首页轮播
- APP、Web支持唤醒淘宝
- 9.9包邮
- 疯抢排行榜
- 首页优质商品推荐
- 商品、优惠券搜索
- 商品详情
- 相似商品推荐
- 商品收藏、收藏夹
- 口令购买、领券购买
- 用户登录、微信登录、QQ登录、手机验证码登录
- 用户新手教程
技术选型
后端技术
技术 | 备注 | 地址 |
---|---|---|
SpringBoot | 容器+MVC框架 | https://spring.io/projects/spring-boot |
MyBatis | ORM框架 | http://www.mybatis.org/mybatis-3/zh/index.html |
SpringSecurity | 认证和授权框架 | https://spring.io/projects/spring-security |
SpringSocial | OAuth2认证框架 | https://github.com/spring-projects/spring-social |
Redis | 分布式缓存 | https://redis.io/ |
Druid | 数据库连接池 | https://github.com/alibaba/druid |
Lombok | 简化对象封装工具 | https://github.com/rzwitserloot/lombok |
Fastjson | JSON工具 | https://github.com/alibaba/fa... |
spring-data-mybatis | 封装Mybatis实现JPA部分功能 | https://github.com/easybest/spring-data-mybatis |
前端技术
技术 | 备注 | 地址 |
---|---|---|
Vue | 前端框架 | https://vuejs.org/ |
UniApp | 一个使用 Vue.js 开发所有前端应用的框架 | https://uniapp.dcloud.io/ |
Vuex | 全局状态管理框架 | https://vuex.vuejs.org/ |
colorui | 样式库 | https://github.com/weilanwl/ColorUI |
开发环境
工具 | 版本号 | 下载 |
---|---|---|
JDK | 1.8 | https://www.oracle.com/techne... |
Mysql | 5.7 | https://www.mysql.com/ |
Redis | 5.0 | https://redis.io/download |
Nginx | 1.10 | http://nginx.org/en/download.... |
部署文档
关注微信公众号:贝塔学JAVA
;回复文档
获取部署文档
有任何部署疑问,欢迎给我留言
我的技术博客
写到最后(点关注,不迷路)
白嫖不好,创作不易,希望朋友们可以点赞评论关注三连,因为这些就是我分享的全部动力来源🙏
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。