Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tangxbai/validator-lite-spring
Validator-lite Spring integration component
https://github.com/tangxbai/validator-lite-spring
spring springmvc validator validator-spring
Last synced: about 7 hours ago
JSON representation
Validator-lite Spring integration component
- Host: GitHub
- URL: https://github.com/tangxbai/validator-lite-spring
- Owner: tangxbai
- License: apache-2.0
- Created: 2020-03-09T08:33:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T07:31:33.000Z (over 4 years ago)
- Last Synced: 2024-10-12T02:41:22.114Z (about 1 month ago)
- Topics: spring, springmvc, validator, validator-spring
- Language: Java
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# validator-lite-spring
[![validator-lite-spring](https://img.shields.io/badge/plugin-validator--lite--spring-green)](https://github.com/tangxbai/mybatis-mappe-spring) ![version](https://img.shields.io/badge/release-1.0.0-blue) [![maven central](https://img.shields.io/badge/maven%20central-1.0.0-brightgreen)](https://maven-badges.herokuapp.com/maven-central/org.mybatis/mybatis) [![license](https://img.shields.io/badge/license-Apache%202.0-blue)](http://www.apache.org/licenses/LICENSE-2.0.html)validator-lite关于spring的中间件,用于更方便的将validator-lite组件整合到spring框架中。
validator-lite-spring保留了原始spring的验证方式,支持 `@Validated` 注解开启数据验证,也支持方法`BindingResult` 参数捕获验证结果,不仅局限于JavaBean的合法性验证,更扩展到了普通参数也可以执行规则校验。
在项目中,你可以使用BindingResult来获取绑定的错误信息,也可以获取关于validator-lite(ValidatedResult)独有的验证结果,此对象中封装的验证结果更为详细明了。
## 关联文档
关于纯java环境,请移步到:https://github.com/tangxbai/validator-lite
关于整合springboot,请移步到:https://github.com/tangxbai/validator-lite-spring-boot
## 快速开始
```xml
com.viiyue.plugins
validator-lite-spring
[VERSION]```
如何获取最新版本?[点击这里获取最新版本](https://search.maven.org/search?q=g:com.viiyue.plugins%20AND%20a:validator-lite-spring&core=gav)
## 基础配置
仅需要配置一个SpringBean在你的mvc.xml中即可,让spring可以托管这个bean就可以开启验证支持。
```xml
classpath:Message
...```
## 关于作者
- 邮箱:[email protected]
- 掘金: https://juejin.im/user/5da5621ce51d4524f007f35f
- 简书: https://www.jianshu.com/u/e62f4302c51f
- Issuse:https://github.com/tangxbai/validator-lite-spring/issues