Skip to content

Commit

Permalink
docs 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
郑家骜[ào] committed Sep 12, 2024
1 parent ec63efb commit 6c7c88a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@
- [starter-webflux 响应式](./starter-webflux)
- [starter-websocket 即时通信](./starter-websocket)

## 本地运行环境搭建

> 以下是你必须要安装的基础软件,可以使项目正常打包及运行.
| | 官网文档 | github | 使用版本下载 | 详细 | 是否必须安装 |
|-------|-----------------------------------------------------------------------------------|--------|------------------------------------------------------------------------------|----|--------|
| java | [www.oracle.com/java8](https://www.oracle.com/java/technologies/downloads/#java8) | | [java8 downloads](https://www.oracle.com/java/technologies/downloads/#java8) | | **必须** |
| maven | [maven.apache.org](https://maven.apache.org/) | | [maven3.6.2 downloads](https://maven.apache.org/download.cgi) | | **必须** |

## 适配的中间件版本

> 以下是你可能会用到的中间件
Expand All @@ -47,15 +56,6 @@
| Git | [git-scm.com](https://git-scm.com/) | | [git-latest](https://git-scm.com/downloads) | | |
| Rabbitmq | [Rabbitmq 官方](https://www.rabbitmq.com/) | [Rabbitmq github](https://github.com/rabbitmq) | [rabbitmq-server-3.11.5](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.5) | | |

## 本地运行环境搭建

> 以下是你必须要安装的基础软件,可以使项目正常打包及运行.
| | 官网文档 | github | 使用版本下载 | 详细 | 是否必须安装 |
|-------|-----------------------------------------------------------------------------------|--------|------------------------------------------------------------------------------|----|--------|
| java | [www.oracle.com/java8](https://www.oracle.com/java/technologies/downloads/#java8) | | [java8 downloads](https://www.oracle.com/java/technologies/downloads/#java8) | | **必须** |
| maven | [maven.apache.org](https://maven.apache.org/) | | [maven3.6.2 downloads](https://maven.apache.org/download.cgi) | | **必须** |

## 后续计划

> 以下是后续计划预研的技术
Expand Down

0 comments on commit 6c7c88a

Please sign in to comment.