Skip to content

Commit bf27b06

Browse files
committed
docs: 调整阅读引导流程
1 parent 3e31fe8 commit bf27b06

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

document/web-docs/docs/guide/getting-started.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 快速开始
22

3-
- 支持JDK8+
3+
:::tip
4+
本章仅介绍如何快速上手 SpEL Validator 的基本使用,更详细的使用说明请参考 [使用指南](user-guide.md)
5+
:::
46

57
## 添加依赖
68

document/web-docs/docs/guide/spel.md

-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
8. **空合并操作符**
5353
- `?:` 当左侧表达式为 null 时,返回右侧表达式的值
5454

55-
9. **方法调用**
56-
- 使用 `()` 调用方法
57-
5855

5956
## 调用静态方法
6057

document/web-docs/docs/guide/user-guide.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
:::
1010

11+
## 支持的版本
12+
13+
- JDK8+
14+
1115
## 添加依赖
1216

1317
Latest Version:

0 commit comments

Comments
 (0)