Skip to content

Commit

Permalink
📝 优化文档
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Jul 17, 2024
1 parent ab95c48 commit 08cf70a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
简体中文 | [English](README_EN.md)

## 🔖 版本说明
| 最新版本 | mica 版本 | spring boot 版本 | spring cloud 版本 |
|----------|------------------|----------------|-----------------|
| 3.3.0 | mica 3.3.x | 3.3.x | 2023 |
| 3.2.6 | mica 3.2.x | 3.2.x | 2023 |
| 3.1.12 | mica 3.1.x | 3.1.x | 2022 |
| 3.0.8 | mica 3.0.x | 3.0.x | 2022 |
| 2.7.18.5 | mica 2.7.x | 2.7.x | 2021 |
| 2.6.8 | mica 2.6.x | 2.6.x | 2021 |
| 2.5.8 | mica 2.5.x | 2.5.x | 2020 |
| 2.4.11 | mica 2.4.x | 2.4.x | 2020 |
| 2.1.1-GA | mica 2.0.x~2.1.x | 2.2.x ~ 2.3.x | Hoxton |
| 最新版本 | spring boot 版本 | spring cloud 版本 | 状态 |
| -------- | ---------------- | ----------------- | ---- |
| 3.3.0 | 3.3.x | 2023 | :white_check_mark: |
| 3.2.6 | 3.2.x | 2023 | :white_check_mark: |
| 3.1.12 | 3.1.x | 2022 | :x: |
| 3.0.8 | 3.0.x | 2022 | :x: |
| 2.7.18.5 | 2.7.x | 2021 | :white_check_mark: |
| 2.6.8 | 2.6.x | 2021 | :x: |
| 2.5.8 | 2.5.x | 2020 | :x: |
| 2.4.11 | 2.4.x | 2020 | :x: |
| 2.1.1-GA | 2.2.x ~ 2.3.x | Hoxton | :x: |

## 🏷️ 版本号说明
`release` 版本号格式为 `x.x.x`, 基本上保持跟 `Spring boot` 一致。
Expand Down
22 changes: 11 additions & 11 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ English | [简体中文](README.md)

## 🔖 Imprint

| Latest version | mica version | spring boot version | spring cloud version |
|----------------| ---------------- |---------------------|----------------------|
| 3.3.0 | mica 3.3.x | 3.3.x | 2023 |
| 3.2.6 | mica 3.2.x | 3.2.x | 2023 |
| 3.1.12 | mica 3.1.x | 3.1.x | 2022 |
| 3.0.8 | mica 3.0.x | 3.0.x | 2022 |
| 2.7.18.5 | mica 2.7.x | 2.7.x | 2021 |
| 2.6.8 | mica 2.6.x | 2.6.x | 2021 |
| 2.5.8 | mica 2.5.x | 2.5.x | 2020 |
| 2.4.11 | mica 2.4.x | 2.4.x | 2020 |
| 2.1.1-GA | mica 2.0.x~2.1.x | 2.2.x ~ 2.3.x | Hoxton |
| Latest version | spring boot version | spring cloud version | Supported |
| -------- | ---------------- | ----------------- |--------------------|
| 3.3.0 | 3.3.x | 2023 | :white_check_mark: |
| 3.2.6 | 3.2.x | 2023 | :white_check_mark: |
| 3.1.12 | 3.1.x | 2022 | :x: |
| 3.0.8 | 3.0.x | 2022 | :x: |
| 2.7.18.5 | 2.7.x | 2021 | :white_check_mark: |
| 2.6.8 | 2.6.x | 2021 | :x: |
| 2.5.8 | 2.5.x | 2020 | :x: |
| 2.4.11 | 2.4.x | 2020 | :x: |
| 2.1.1-GA | 2.2.x ~ 2.3.x | Hoxton | :x: |

## 🏷️ Version number description

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## Supported Versions(支持的版本)

| Version | Supported |
| ------- | ------------------ |
| ------- |--------------------|
| 3.3.x | :white_check_mark: |
| 3.2.x | :white_check_mark: |
| 3.1.x | :white_check_mark: |
| 3.1.x | :x: |
| 3.0.x | :x: |
| 2.7.x | :white_check_mark: |
| < 2.7.x | :x: |
Expand Down

0 comments on commit 08cf70a

Please sign in to comment.