From 046b7fea8072e12f6d0738c81e9d4a5bddec9fa8 Mon Sep 17 00:00:00 2001 From: wangchengcheng Date: Tue, 23 Jan 2024 18:12:25 +0800 Subject: [PATCH] fix:fixed the problem of reporting NoClass in session mode --- pom.xml | 9 ++++- .../java/com/zdjizhi/conf/DosConfigs.java | 5 +++ .../zdjizhi/main/DosDetectionApplication.java | 2 +- .../resources/detection_dos_attack.properties | 40 +++++++++++++------ 4 files changed, 42 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 9d0cb68..89a711c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.zdjizhi flink-dos-detection - 23.12 + 1.0 flink-dos-detection http://www.example.com @@ -64,6 +64,7 @@ -Xpkginfo:always + @@ -80,6 +81,12 @@ flink-dos-detection + + + org.apache.http + shade.org.apache.http + +