fix:Modify the method of obtaining DoS Detection task knowledge base(TSG-17971)

This commit is contained in:
wangchengcheng
2023-12-25 10:51:02 +08:00
parent 322bb1e4cb
commit a17666abff
10 changed files with 160 additions and 243 deletions

View File

@@ -55,7 +55,7 @@ public class NacosTest {
String content = configService.getConfig(DATA_ID, GROUP, 5000);
Properties nacosConfigMap = new Properties();
nacosConfigMap.load(new StringReader(content));
System.out.println(nacosConfigMap.getProperty("static.sensitivity.threshold"));
System.out.println(FlowWriteConfig.STATIC_SENSITIVITY_THRESHOLD);
} catch (Exception e) {
e.printStackTrace();
}