Skip to content

Commit

Permalink
更新README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Jun 26, 2024
1 parent 5d95a32 commit 9e98733
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 48 deletions.
66 changes: 26 additions & 40 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ Jeecg-Boot low code development platform can be applied in the development of an
Docker starts the project
-----------------------------------

- [Docker starts the monomer background](https://help.jeecg.com/java/setup/docker/up.html)
- [Docker starts the front-end](http://help.jeecg.com/publish/docker.html)
- [Docker starts the micro-service background](https://help.jeecg.com/java/springcloud/docker.html)
- [ChatGPT AI Config](https://help.jeecg.com/java/chatgpt.html)
- [Docker starts the vue3 ui](https://help.jeecg.com/java/docker/vue3.html)
- [Docker starts the java background](https://help.jeecg.com/java/docker/up.html)




Expand All @@ -76,11 +75,12 @@ Technical documentation

- Website: [http://www.jeecg.com](http://www.jeecg.com)
- Doc: [http://help.jeecg.com](http://help.jeecg.com)
- Newbie guide: [Quick start](http://www.jeecg.com/doc/quickstart) | [video](https://space.bilibili.com/454617261/channel/series) | [Q&A ](http://www.jeecg.com/doc/qa) | [help](http://jeecg.com/doc/help) | [1 minute experience](https://my.oschina.net/jeecg/blog/3083313)
- Microservice Development: [Monomer upgrade to microservice](https://help.jeecg.com/java/springcloud/switchcloud/monomer.html)
- Newbie guide: [Quick start](http://www.jeecg.com/doc/quickstart) | [Q&A ](http://www.jeecg.com/doc/qa) | [1 minute experience](https://my.oschina.net/jeecg/blog/3083313)
- QQ group : ⑨808791225、⑧825232878、⑦791696430、⑥730954414(full)、683903138(full)、⑤860162132(full)、④774126647(full)、③816531124(full)、②769925425(full)、①284271917(full)
- Demo : [OnlineDemo](http://boot3.jeecg.com) | [APP](http://jeecg.com/appIndex)
> [please click obtain account password to obtain](http://jeecg.com/doc/demo)





Star charts
Expand Down Expand Up @@ -229,38 +229,22 @@ Technical Architecture:

## Microservice solutions


1. Service registration and discovery Nacos √

2. Nacos √

3. Route gateway gateway(Three loading modes) √

4. Distributed http feign √

5. fuse degrade current limiting Sentinel √

6. Distributed files Minio and Alioss √

7. Unified permission control

8. Service monitoring SpringBootAdmin√

9. link tracking Skywalking [reference document](https://help.jeecg.com/java/springcloud/super/skywarking.html)

10. Messaging middleware RabbitMQ √

11. Distributed task xxl-job √

12. Distributed Transaction Seata

13. Distributed log elk + kafka

14. Support docker-compose, k8s, jenkins

15. CAS SSO √

16. Route traffic limiting √
- 1. Service registration and discovery Nacos √
- 2. Nacos √
- 3. Route gateway gateway(Three loading modes) √
- 4. Distributed http feign √
- 5. fuse degrade current limiting Sentinel √
- 6. Distributed files Minio and Alioss √
- 7. Unified permission control
- 8. Service monitoring SpringBootAdmin√
- 9. link tracking Skywalking [reference document](https://help.jeecg.com/java/springcloud/super/skywarking.html)
- 10. Messaging middleware RabbitMQ √
- 11. Distributed task xxl-job √
- 12. Distributed Transaction Seata
- 13. Distributed log elk + kafka
- 14. Support docker-compose, k8s, jenkins
- 15. CAS SSO √
- 16. Route traffic limiting √


#### Microservice architecture diagram
Expand All @@ -269,7 +253,9 @@ Technical Architecture:
### Jeecg Boot product functionality blueprint
![功能蓝图](https://jeecgos.oss-cn-beijing.aliyuncs.com/upload/test/Jeecg-Boot-lantu202005_1590912449914.jpg "在这里输入图片标题")


### quick start
- Microservice Development: [Monomer upgrade to microservice](https://help.jeecg.com/java/springcloud/switchcloud/monomer.html)
- [Docker starts the micro-service background](https://help.jeecg.com/java/docker/springcloud.html)


### Effect of system
Expand Down
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中,

- 官方网站: [http://www.jeecg.com](http://www.jeecg.com)
- 开发文档: [https://help.jeecg.com](https://help.jeecg.com)
- 新手指南: [快速入门](http://www.jeecg.com/doc/quickstart)
- 新手指南: [快速入门](http://www.jeecg.com/doc/quickstart) | [入门视频](https://www.bilibili.com/video/BV1wE421N7Xb)
- QQ交流群 : ⑨808791225、其他(满)
- 在线演示 : [在线演示](http://boot3.jeecg.com) | [APP演示](http://jeecg.com/appIndex)
> 演示系统的登录账号密码,请点击 [获取账号密码](http://jeecg.com/doc/demo) 获取



Expand All @@ -79,12 +78,6 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中,
- [Docker启动后台](https://help.jeecg.com/java/docker/up.html)


##### 微服务启动

- [单体快速切换微服务](https://help.jeecg.com/java/springcloud/switchcloud/monomer.html)
- [Docker启动微服务后台](https://help.jeecg.com/java/docker/springcloud.html)


技术架构:
-----------------------------------

Expand Down Expand Up @@ -167,6 +160,10 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中,
- 16、路由限流 √


#### 微服务方式启动

- [单体快速切换微服务](https://help.jeecg.com/java/springcloud/switchcloud/monomer.html)
- [Docker启动微服务后台](https://help.jeecg.com/java/docker/springcloud.html)


#### 微服务架构图
Expand Down

0 comments on commit 9e98733

Please sign in to comment.