# sonarqube-start
**Repository Path**: iandvisble/sonarqube-start
## Basic Information
- **Project Name**: sonarqube-start
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-11-18
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# docker-sonarqube
## 搭建代码质量检测平台(中文) SonarQube
添加阿里java p3c检查
### download docker-compose.yml
```
$ git clone https://gitee.com/iandvisble/sonarqube-start.git
$ cd docker-start
```
### how to use
```
$ docker-compose up -d
```
visit:localhost:9000
> username/password:admin/admin
## maven 配置
```.xml
org.sonarsource.scanner.maven
sonar-maven-plugin
3.6.0.1398
sonar
true
http://127.0.0.1:9000/
```