Skip to content

Commit 9e6bbcb

Browse files
committed
Update spring-boot-practical-projects.md
1 parent 9db1a7d commit 9e6bbcb

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

docs/data/spring-boot-practical-projects.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
最近经常被读者问到有没有 Spring Boot 实战项目可以学习,于是,我就去 Github 上找了 10 个我觉得还不错的实战项目。对于这些实战项目,有部分是比较适合 Spring Boot 刚入门的朋友学习的,还有一部分可能要求你对 Spring Boot 相关技术比较熟悉。需要的朋友可以根据个人实际情况进行选择。如果你对 Spring Boot 不太熟悉的话,可以看我最近开源的 springboot-guide:https://github.com/Snailclimb/springboot-guide 入门(还在持续更新中)。
2+
13
### mall
24

35
- **Github地址**[https://github.com/macrozheng/mall](https://github.com/macrozheng/mall)
@@ -32,4 +34,33 @@
3234

3335
- **Github地址**[https://github.com/YunaiV/onemall](https://github.com/YunaiV/onemall)
3436
- **star**: 1.2k
35-
- **介绍**: mall 商城,基于微服务的思想,构建在 B2C 电商场景下的项目实战。核心技术栈,是 Spring Boot + Dubbo 。未来,会重构成 Spring Cloud Alibaba 。
37+
- **介绍**: mall 商城,基于微服务的思想,构建在 B2C 电商场景下的项目实战。核心技术栈,是 Spring Boot + Dubbo 。未来,会重构成 Spring Cloud Alibaba 。
38+
39+
### Guns
40+
41+
- **Github地址**[https://github.com/stylefeng/Guns](https://github.com/stylefeng/Guns)
42+
- **star**: 2.3k
43+
- **介绍**: Guns基于SpringBoot 2,致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl!Guns项目代码简洁,注释丰富,上手容易,同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架!
44+
45+
### SpringCloud
46+
47+
- **Github地址**[https://github.com/YunaiV/onemall](https://github.com/YunaiV/onemall)
48+
- **star**: 1.2k
49+
- **介绍**: mall 商城,基于微服务的思想,构建在 B2C 电商场景下的项目实战。核心技术栈,是 Spring Boot + Dubbo 。未来,会重构成 Spring Cloud Alibaba 。
50+
51+
### SpringBoot-Shiro-Vue
52+
53+
- **Github地址**[https://github.com/Heeexy/SpringBoot-Shiro-Vue](https://github.com/Heeexy/SpringBoot-Shiro-Vue)
54+
- **star**: 1.8k
55+
- **介绍**: 提供一套基于Spring Boot-Shiro-Vue的权限管理思路.前后端都加以控制,做到按钮/接口级别的权限。
56+
57+
### newbee-mall
58+
59+
最近开源的一个商城项目。
60+
61+
- **Github地址**[https://github.com/newbee-ltd/newbee-mall](https://github.com/newbee-ltd/newbee-mall)
62+
- **star**: 50
63+
- **介绍**: newbee-mall 项目是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 2.X 及相关技术栈开发。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。
64+
65+
66+

0 commit comments

Comments
 (0)