From 9e6bbcb5a78fc18eed97c2389a0cebe0b8c92386 Mon Sep 17 00:00:00 2001 From: Kou Shuang Date: Mon, 14 Oct 2019 23:13:27 +0800 Subject: [PATCH] Update spring-boot-practical-projects.md --- docs/data/spring-boot-practical-projects.md | 33 ++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/docs/data/spring-boot-practical-projects.md b/docs/data/spring-boot-practical-projects.md index 09c545b1..046af88a 100644 --- a/docs/data/spring-boot-practical-projects.md +++ b/docs/data/spring-boot-practical-projects.md @@ -1,3 +1,5 @@ +最近经常被读者问到有没有 Spring Boot 实战项目可以学习,于是,我就去 Github 上找了 10 个我觉得还不错的实战项目。对于这些实战项目,有部分是比较适合 Spring Boot 刚入门的朋友学习的,还有一部分可能要求你对 Spring Boot 相关技术比较熟悉。需要的朋友可以根据个人实际情况进行选择。如果你对 Spring Boot 不太熟悉的话,可以看我最近开源的 springboot-guide:https://github.com/Snailclimb/springboot-guide 入门(还在持续更新中)。 + ### mall - **Github地址**: [https://github.com/macrozheng/mall](https://github.com/macrozheng/mall) @@ -32,4 +34,33 @@ - **Github地址**:[https://github.com/YunaiV/onemall](https://github.com/YunaiV/onemall) - **star**: 1.2k -- **介绍**: mall 商城,基于微服务的思想,构建在 B2C 电商场景下的项目实战。核心技术栈,是 Spring Boot + Dubbo 。未来,会重构成 Spring Cloud Alibaba 。 \ No newline at end of file +- **介绍**: mall 商城,基于微服务的思想,构建在 B2C 电商场景下的项目实战。核心技术栈,是 Spring Boot + Dubbo 。未来,会重构成 Spring Cloud Alibaba 。 + +### Guns + +- **Github地址**:[https://github.com/stylefeng/Guns](https://github.com/stylefeng/Guns) +- **star**: 2.3k +- **介绍**: Guns基于SpringBoot 2,致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl!Guns项目代码简洁,注释丰富,上手容易,同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架! + +### SpringCloud + +- **Github地址**:[https://github.com/YunaiV/onemall](https://github.com/YunaiV/onemall) +- **star**: 1.2k +- **介绍**: mall 商城,基于微服务的思想,构建在 B2C 电商场景下的项目实战。核心技术栈,是 Spring Boot + Dubbo 。未来,会重构成 Spring Cloud Alibaba 。 + +### SpringBoot-Shiro-Vue + +- **Github地址**:[https://github.com/Heeexy/SpringBoot-Shiro-Vue](https://github.com/Heeexy/SpringBoot-Shiro-Vue) +- **star**: 1.8k +- **介绍**: 提供一套基于Spring Boot-Shiro-Vue的权限管理思路.前后端都加以控制,做到按钮/接口级别的权限。 + +### newbee-mall + +最近开源的一个商城项目。 + +- **Github地址**:[https://github.com/newbee-ltd/newbee-mall](https://github.com/newbee-ltd/newbee-mall) +- **star**: 50 +- **介绍**: newbee-mall 项目是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 2.X 及相关技术栈开发。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。 + + +