From 8884c75dae1ad737d42066b6fdf03f8f7b964203 Mon Sep 17 00:00:00 2001 From: chenlinghy Date: Thu, 16 Sep 2021 10:11:18 +0800 Subject: [PATCH] =?UTF-8?q?OCT=20REM:=201.=E9=9B=86=E6=88=90sonar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/application-dispose.properties | 3 +++ pom.xml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/config/application-dispose.properties b/config/application-dispose.properties index 4753ff1d..5d2c94e0 100644 --- a/config/application-dispose.properties +++ b/config/application-dispose.properties @@ -47,6 +47,9 @@ kafka.producer.linger=1 kafka.producer.buffer.memory=33554432 kafka.producer.servers=172.21.44.189:9092,172.21.44.9:9092,172.21.44.244:9092,172.21.44.236:9092,172.21.44.80:9092 kafka.dispose.topic=ddos-vip-customer-ck +#sonar配置信息 +sonar.host.url=http://172.21.48.126:9000 +sonar.login=8a66da73ef5943a8bc6e7daf9afbc25ce495febc #信任主机配置 # 白名单开关 trust.auth-white-list-check=true diff --git a/pom.xml b/pom.xml index 626c9ace..08e5fd11 100644 --- a/pom.xml +++ b/pom.xml @@ -335,6 +335,11 @@ + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.9.0.2155 +