Skip to content

Commit

Permalink
docs: 调整阅读引导流程
Browse files Browse the repository at this point in the history
  • Loading branch information
stick-i committed Sep 5, 2024
1 parent 3e31fe8 commit bf27b06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion document/web-docs/docs/guide/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 快速开始

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

## 添加依赖

Expand Down
3 changes: 0 additions & 3 deletions document/web-docs/docs/guide/spel.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
8. **空合并操作符**
- `?:` 当左侧表达式为 null 时,返回右侧表达式的值

9. **方法调用**
- 使用 `()` 调用方法


## 调用静态方法

Expand Down
4 changes: 4 additions & 0 deletions document/web-docs/docs/guide/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

:::

## 支持的版本

- JDK8+

## 添加依赖

Latest Version:
Expand Down

0 comments on commit bf27b06

Please sign in to comment.