Skip to content

leraux/sonarqube-issue-api-exporter-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SonarQube Issue API Exporter

A Spring Boot application to export SonarQube's issue API

How to run

mvn spring-boot:run

Open browser and hit http://127.0.0.1:8080/ to feed the required details and click on Export button

Credits:

I want to thank ThinkingStudio for reference project