We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb872e commit 53904afCopy full SHA for 53904af
1 file changed
markdown-file/CI-Install-And-Usage.md
@@ -268,6 +268,10 @@ services:
268
- 浏览器访问 SonarQube:<http://192.168.0.105:19000>
269
- 默认用户名:admin
270
- 默认密码:admin
271
+ - 插件安装地址:<http://192.168.0.105:19000/admin/marketplace>
272
+ - 代码检查规范选择:<http://192.168.0.105:19000/profiles>
273
+ - 如果没有安装相关检查插件,默认是没有内容可以设置,建议现在插件市场安装 FindBugs,这样也可以帮你生成插件目录:`/extension/plugins`
274
+ - 如果你有其他额外插件,可以把 jar 放在 `${SONAR_HOME}/extension/plugins` 目录下,然后重启下 sonar
275
- 浏览器访问 Nexus:<http://192.168.0.105:18081>
276
277
- 默认密码:admin123
0 commit comments