Commit 8733731eb16e0955b5c04062923791c34d526372
1 parent
e3fdfbc2
单体升级为微服务方案2.4+
Showing
1 changed file
with
15 additions
and
10 deletions
README.md
... | ... | @@ -12,7 +12,7 @@ JEECG BOOT 低代码开发平台(前后端分离版本) |
12 | 12 | |
13 | 13 | [](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE) |
14 | 14 | [](http://www.jeecg.com) |
15 | -[](https://github.com/zhangdaiscott/jeecg-boot) | |
15 | +[](https://github.com/zhangdaiscott/jeecg-boot) | |
16 | 16 | [](https://github.com/zhangdaiscott/jeecg-boot) |
17 | 17 | [](https://github.com/zhangdaiscott/jeecg-boot) |
18 | 18 | |
... | ... | @@ -41,13 +41,15 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, |
41 | 41 | |
42 | 42 | - 技术官网: [http://www.jeecg.com](http://www.jeecg.com) |
43 | 43 | |
44 | -- 开发文档: [http://doc.jeecg.com](http://doc.jeecg.com/1273753) | |
44 | +- 开发文档: [http://doc.jeecg.com](http://doc.jeecg.com) | |
45 | + | |
46 | +- 微服务启动: [http://doc.jeecg.com](http://doc.jeecg.com/2043906) | |
45 | 47 | |
46 | 48 | - 在线演示 : [http://boot.jeecg.com](http://boot.jeecg.com) |
47 | 49 | |
48 | -- 视频教程 :[JeecgBoot入门视频教程](http://www.jeecg.com/doc/video) | |
50 | +- 视频教程 :[JeecgBoot入门视频](http://www.jeecg.com/doc/video) | |
49 | 51 | |
50 | -- 常见问题: [入门常见问题大全](http://bbs.jeecg.com/forum.php?mod=viewthread&tid=7816&extra=page%3D1) | |
52 | +- 常见问题: [入门常见问题](http://bbs.jeecg.com/forum.php?mod=viewthread&tid=7816&extra=page%3D1) | |
51 | 53 | |
52 | 54 | - 更新日志: [版本日志](http://www.jeecg.com/doc/log) |
53 | 55 | |
... | ... | @@ -299,14 +301,14 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, |
299 | 301 | |
300 | 302 | ``` |
301 | 303 | |
302 | -## 微服务整体解决方案(2.3+版本) | |
304 | +## 微服务整体解决方案(2.4+版本) | |
303 | 305 | |
304 | 306 | |
305 | 307 | 1、服务注册和发现 Nacos √ |
306 | 308 | |
307 | 309 | 2、统一配置中心 Nacos √ |
308 | 310 | |
309 | -3、路由网关 gateway √ | |
311 | +3、路由网关 gateway(三种加载方式) √ | |
310 | 312 | |
311 | 313 | 4、分布式 http feign √ |
312 | 314 | |
... | ... | @@ -316,13 +318,13 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, |
316 | 318 | |
317 | 319 | 7、统一权限控制 JWT + Shiro √ |
318 | 320 | |
319 | -8、服务监控 SpringBootAdmin [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1761865) | |
321 | +8、服务监控 SpringBootAdmin√ | |
320 | 322 | |
321 | -9、链路跟踪 Skywarking [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1771670) | |
323 | +9、链路跟踪 Skywarking [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1771670) | |
322 | 324 | |
323 | -10、消息中间件 SpringCloudStream+RabbitMQ [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1744409) | |
325 | +10、消息中间件 RabbitMQ √ | |
324 | 326 | |
325 | -11、分布式任务 xxl-job [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1801263) | |
327 | +11、分布式任务 xxl-job √ | |
326 | 328 | |
327 | 329 | 12、分布式事务 Seata |
328 | 330 | |
... | ... | @@ -331,6 +333,9 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, |
331 | 333 | 14、支持 docker-compose、k8s、jenkins |
332 | 334 | |
333 | 335 | 15、CAS 单点登录 √ |
336 | + | |
337 | +16、路由限流 √ | |
338 | + | |
334 | 339 | |
335 | 340 | #### 微服务架构图 |
336 | 341 |  |
... | ... |