
SonarQube
文章平均质量分 63
rentuo53
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SonarQube的安装和配置
1、预先安装jdk(1.7)和mysql2、查看mysql配置--登录:mysql -u root -p--查看引擎:show engines; --查看默认存储引擎:show variables like '%storage_engine%'; --退出mysql:exit3、修改mysql配置--当前配置内容为:cat /etc/my.cnf --修改...原创 2017-05-28 23:55:19 · 1310 阅读 · 0 评论 -
SonarQube开机自启动
1、创建服务vi /etc/init.d/sonar内容如下,其中标红内容为服务绝对路径:#!/bin/sh # # rc file for SonarQube # # chkconfig: 345 96 10 # description:SonarQube system (www.sonarsource.org) # ### BEGIN ...原创 2017-05-29 10:29:19 · 866 阅读 · 0 评论