增加radius写入hbase 和 radius上线下功能代码

This commit is contained in:
qidaijie
2020-04-14 10:41:36 +08:00
parent 9bad398382
commit c5209d10e2
12 changed files with 1005 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?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>
<groupId>com.zdjizhi</groupId>
<artifactId>dynamic_complement</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<modules>
<module>FlumeSubscriberInterceptor</module>
<module>FlumeRadiusOnOffInterceptor</module>
</modules>
</project>