Java + Sonarqube
Example of Sonarqube usage with example java project.
Used Docker to containerize environment.
PostgreSQL was used to store sonarqube data
Docker
, docker-compose
, maven
and Java 11
installed.Docker CE INSTALLATION
Docker Compose INSTALLATION
Maven INSTALLATION
Java 11 INSTALLATION
docker-compose up
mvn sonar:sonar -Dsonar.host.url=http://localhost:9000