Skip to content

Commit df17dee

Browse files
authored
Update readme.md
1 parent 9bc8fec commit df17dee

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

readme.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44

55
提供 Spring Cloud 生态下最新(`GA 版本`)并经测试的开发基础框架,集成了 Spring Cloud 常用组件 ,让您无需在框架构建,调试方面花费精力,快速启动您的云开发业务。
66

7+
A fast cloud development base environment based on Spring Cloud. Provides the latest (`GA version`) and tested development infrastructure under the Spring Cloud ecosystem, integrating Spring Cloud common components, allowing you to quickly start your cloud development business without having to worry about building and debugging the framework.
78

8-
## 当前最新版本
9+
## Latest version
910

1011
|Spring Cloud Version | Spring Boot Version|
1112
|:---:|:---:|
1213
| Greenwich.SR2 | 2.1.6.RELEASE |
1314

1415

15-
## 结构
16+
## Spring Cloud Core Architecture Overview
1617

1718
![easy-spring-cloud](docs/imgs/easy-spring-cloud-new.png)
1819

19-
## 主要组件
20+
## Core Component
2021

2122
- Eureka 服务注册中心,服务注册发现
2223
- Spring Cloud Config 分布式配置管理
@@ -36,7 +37,7 @@
3637
- Kafka 收集器 + ElasticSearch 存储
3738
- RabbitMQ 收集器 + ElasticSearch 存储
3839

39-
## 核心项目简介
40+
## Project Description
4041

4142
- `easy-spring-cloud-eureka-server`
4243

@@ -245,7 +246,7 @@
245246

246247

247248
248-
## 认证信息
249+
## Login
249250

250251
```
251252
spring:
@@ -255,7 +256,7 @@ spring:
255256
password: 123
256257
```
257258

258-
## 端口速查
259+
## Port list
259260

260261
- Eureka Server:`8701`, `8702`, `8703`
261262
- Spring Cloud Config Server: `6001`

0 commit comments

Comments
 (0)