mirror of https://gitee.com/stylefeng/roses
【validator】删除无用模块
parent
77f1aa1418
commit
e3c2ee1791
|
@ -19,7 +19,6 @@
|
||||||
<module>validator-api</module>
|
<module>validator-api</module>
|
||||||
<module>validator-sdk-count</module>
|
<module>validator-sdk-count</module>
|
||||||
<module>validator-sdk-black-white</module>
|
<module>validator-sdk-black-white</module>
|
||||||
<module>validator-business-count</module>
|
|
||||||
<module>validator-sdk-captcha</module>
|
<module>validator-sdk-captcha</module>
|
||||||
<module>validator-spring-boot-starter</module>
|
<module>validator-spring-boot-starter</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
在线维护校验规则,校验规则包含,时间窗内接口请求次数的维护等等 TODO 待编写
|
|
|
@ -1,59 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
|
|
||||||
<parent>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>kernel-d-validator</artifactId>
|
|
||||||
<version>7.0.0</version>
|
|
||||||
<relativePath>../pom.xml</relativePath>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<artifactId>validator-business-count</artifactId>
|
|
||||||
|
|
||||||
<packaging>jar</packaging>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
|
|
||||||
<!--参数校验模块-->
|
|
||||||
<!--用在控制器,参数校验-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>validator-api</artifactId>
|
|
||||||
<version>7.0.0</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--系统配置表的sdk-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>config-sdk-db</artifactId>
|
|
||||||
<version>7.0.0</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--资源api模块-->
|
|
||||||
<!--用在资源控制器,资源扫描上-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>scanner-api</artifactId>
|
|
||||||
<version>7.0.0</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--数据库sdk-->
|
|
||||||
<!--数据库dao框架-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>db-sdk-mp</artifactId>
|
|
||||||
<version>7.0.0</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--web模块-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-web</artifactId>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
</project>
|
|
|
@ -1 +0,0 @@
|
||||||
package cn.stylefeng.roses.kernel.validator.modular.controller;
|
|
|
@ -1 +0,0 @@
|
||||||
package cn.stylefeng.roses.kernel.validator.modular.entity;
|
|
|
@ -1 +0,0 @@
|
||||||
package cn.stylefeng.roses.kernel.validator.modular.enums;
|
|
|
@ -1 +0,0 @@
|
||||||
package cn.stylefeng.roses.kernel.validator.modular.mapper;
|
|
|
@ -1 +0,0 @@
|
||||||
package cn.stylefeng.roses.kernel.validator.modular.param;
|
|
|
@ -1 +0,0 @@
|
||||||
package cn.stylefeng.roses.kernel.validator.modular.service;
|
|
|
@ -17,13 +17,6 @@
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!--计数校验器在线管理-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>validator-business-count</artifactId>
|
|
||||||
<version>7.0.0</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--黑名单和白名单限制-->
|
<!--黑名单和白名单限制-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
<groupId>cn.stylefeng.roses</groupId>
|
||||||
|
|
Loading…
Reference in New Issue