mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 07:01:37 +08:00
fix(validation): 修复引入包错误,spel-validator-javax => spel-validator-jakarta
This commit is contained in:
@@ -270,7 +270,7 @@
|
||||
<!-- SpEL Validator(基于 SpEL 的 jakarta.validation-api 扩展增强包) -->
|
||||
<dependency>
|
||||
<groupId>cn.sticki</groupId>
|
||||
<artifactId>spel-validator-javax</artifactId>
|
||||
<artifactId>spel-validator-jakarta</artifactId>
|
||||
<version>${spel-validator.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
Reference in New Issue
Block a user