概要说明
本项目主要是针对开发中从web层获取数据到后台这一关系层面上展开的验证框架 主要为Annotation注解模式 要求依赖template-utils-lang:2.7.0.RELEASE以上版本
License |
License |
---|---|
GroupId | GroupIdme.wuwenbin |
ArtifactId | ArtifactIdtemplate-modules-validator |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontemplate-modules-validator
使用JODD框架的VTOR部分进行数据验证的模块插件
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-modules-validator/ -->
<dependency>
<groupId>me.wuwenbin</groupId>
<artifactId>template-modules-validator</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-modules-validator/
implementation 'me.wuwenbin:template-modules-validator:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/me.wuwenbin/template-modules-validator/
implementation ("me.wuwenbin:template-modules-validator:1.0.0.RELEASE")
'me.wuwenbin:template-modules-validator:jar:1.0.0.RELEASE'
<dependency org="me.wuwenbin" name="template-modules-validator" rev="1.0.0.RELEASE">
<artifact name="template-modules-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-modules-validator', version='1.0.0.RELEASE')
)
libraryDependencies += "me.wuwenbin" % "template-modules-validator" % "1.0.0.RELEASE"
[me.wuwenbin/template-modules-validator "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.jodd : jodd-vtor | jar | 3.8.6 |
Group / Artifact | Type | Version |
---|---|---|
me.wuwenbin : template-utils-lang | jar | 2.7.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
本项目主要是针对开发中从web层获取数据到后台这一关系层面上展开的验证框架 主要为Annotation注解模式 要求依赖template-utils-lang:2.7.0.RELEASE以上版本