File tree 3 files changed +4
-4
lines changed
document/web-docs/docs/guide
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# SpEL Validator
2
2
3
3
[ ![ Coverage Status] ( https://coveralls.io/repos/github/stick-i/spel-validator/badge.svg?branch=main )] ( https://coveralls.io/github/stick-i/spel-validator?branch=main )
4
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/cn.sticki/spel-validator.svg )] ( https://central.sonatype.com/search?q=g:cn.sticki%20a:spel-validator )
4
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/cn.sticki/spel-validator-root .svg )] ( https://central.sonatype.com/search?q=g:cn.sticki%20a:spel-validator-root )
5
5
[ ![ license] ( https://img.shields.io/github/license/stick-i/spel-validator )] ( https://github.com/stick-i/spel-validator/blob/main/LICENSE )
6
6
7
7
一个强大的 Java 参数校验包,基于 SpEL 实现,扩展自 javax.validation 包,用于简化参数校验,几乎支持所有场景下的参数校验。
73
73
- 添加依赖
74
74
75
75
Latest Version:
76
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/cn.sticki/spel-validator.svg )] ( https://central.sonatype.com/search?q=g:cn.sticki%20a:spel-validator )
76
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/cn.sticki/spel-validator-root .svg )] ( https://central.sonatype.com/search?q=g:cn.sticki%20a:spel-validator-root )
77
77
``` xml
78
78
<dependency >
79
79
<groupId >cn.sticki</groupId >
Original file line number Diff line number Diff line change 7
7
## 添加依赖
8
8
9
9
Latest Version:
10
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/cn.sticki/spel-validator.svg )] ( https://central.sonatype.com/search?q=g:cn.sticki%20a:spel-validator )
10
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/cn.sticki/spel-validator-root .svg )] ( https://central.sonatype.com/search?q=g:cn.sticki%20a:spel-validator-root )
11
11
12
12
``` xml
13
13
<dependencys >
Original file line number Diff line number Diff line change 22
22
## 添加依赖
23
23
24
24
Latest Version:
25
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/cn.sticki/spel-validator.svg )] ( https://central.sonatype.com/search?q=g:cn.sticki%20a:spel-validator )
25
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/cn.sticki/spel-validator-root .svg )] ( https://central.sonatype.com/search?q=g:cn.sticki%20a:spel-validator-root )
26
26
27
27
根据项目的实际情况,引入 ` spel-validator-javax ` 或 ` spel-validator-jakarta ` :
28
28
You can’t perform that action at this time.
0 commit comments