【validator】删除无用模块

pull/3/head
fengshuonan 2021-02-19 23:35:10 +08:00
parent 77f1aa1418
commit e3c2ee1791
10 changed files with 0 additions and 74 deletions

View File

@ -19,7 +19,6 @@
<module>validator-api</module>
<module>validator-sdk-count</module>
<module>validator-sdk-black-white</module>
<module>validator-business-count</module>
<module>validator-sdk-captcha</module>
<module>validator-spring-boot-starter</module>
</modules>

View File

@ -1 +0,0 @@
在线维护校验规则,校验规则包含,时间窗内接口请求次数的维护等等 TODO 待编写

View File

@ -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>

View File

@ -1 +0,0 @@
package cn.stylefeng.roses.kernel.validator.modular.controller;

View File

@ -1 +0,0 @@
package cn.stylefeng.roses.kernel.validator.modular.entity;

View File

@ -1 +0,0 @@
package cn.stylefeng.roses.kernel.validator.modular.enums;

View File

@ -1 +0,0 @@
package cn.stylefeng.roses.kernel.validator.modular.mapper;

View File

@ -1 +0,0 @@
package cn.stylefeng.roses.kernel.validator.modular.param;

View File

@ -1 +0,0 @@
package cn.stylefeng.roses.kernel.validator.modular.service;

View File

@ -17,13 +17,6 @@
<dependencies>
<!--计数校验器在线管理-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>validator-business-count</artifactId>
<version>7.0.0</version>
</dependency>
<!--黑名单和白名单限制-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>