中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

代碼質量管理平臺SonarQube部署文檔

發布時間:2020-08-02 05:24:51 來源:網絡 閱讀:636 作者:siriaodao 欄目:軟件技術

一、系統軟件說明

 centos-7.6
 mysql-5.7.25
 jdk-1.8.0_152
 apache-maven-3.6.0
 sonarqube-7.5

二、jdk、mysql安裝略過

校時、selinux、iptables、時區、swap、openfile_limit、jdk、mysql找文檔自行處理

創建sonar庫,并授權給sonar用戶

三、安裝sonarqube

修改配置文件sonar.properties

sonar.jdbc.url=jdbc:mysql://192.168.8.88:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance&useSSL=false
sonar.jdbc.username=sonar  #mysql用戶名
sonar.jdbc.password=sonar  #mysql密碼
sonar.web.javaOpts=-Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError
sonar.web.context=/sonar
sonar.web.port=9000
sonar.log.level=INFO
sonar.log.level.es=INFO

啟動程序

> useradd sonar
> chown -R sonar.sonar /usr/local/sonarqube
> su - soanr
> /usr/local/sonarqube/elasticsearch/bin/elasticsearch -d
> /usr/local/sonarqube/bin/linux-x86-64/sonar.sh start

檢查

tail -200f /usr/local/sonarqube/logs/es.log
tail -200f /usr/local/sonarqube/logs/sonar.log
netstat -lnpt|egrep "9000|9001|9200|9300|3306"

四、集成到maven
添加以下內容到maven配置文件setting.xml

<pluginGroups>
<pluginGroup>org.sonarsource.scanner.maven</pluginGroup>
</pluginGroups>

<profiles>
<profile>
<id>sonar</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<sonar.host.url>
http://192.168.8.88:9000/sonar
</sonar.host.url>
</properties>
</profile>
</profiles>

添加以下內容到項目pom.xml

<build>
<plugins>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.6.0.1398</version>
</plugin>
</plugins>
</build>

編譯時傳入sonar:sonar參數

mvn clean package sonar:sonar
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

运城市| 台中县| 湖南省| 曲周县| 岳阳县| 乌苏市| 新兴县| 方城县| 巧家县| 苍南县| 福贡县| 石楼县| 九江市| 永宁县| 灵石县| 钟祥市| 婺源县| 洛阳市| 资兴市| 喜德县| 密云县| 柳河县| 五大连池市| 怀远县| 金坛市| 涞源县| 曲松县| 炉霍县| 嘉兴市| 奇台县| 中山市| 汤原县| 额敏县| 大渡口区| 鹰潭市| 永和县| 奇台县| 龙南县| 凉山| 同江市| 安徽省|