-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# 快速开始 | ||
|
||
- 支持JDK8+ | ||
:::tip | ||
本章仅介绍如何快速上手 SpEL Validator 的基本使用,更详细的使用说明请参考 [使用指南](user-guide.md)。 | ||
::: | ||
|
||
## 添加依赖 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,9 +52,6 @@ | |
8. **空合并操作符** | ||
- `?:` 当左侧表达式为 null 时,返回右侧表达式的值 | ||
|
||
9. **方法调用** | ||
- 使用 `()` 调用方法 | ||
|
||
|
||
## 调用静态方法 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,10 @@ | |
|
||
::: | ||
|
||
## 支持的版本 | ||
|
||
- JDK8+ | ||
|
||
## 添加依赖 | ||
|
||
Latest Version: | ||
|