/gitlab-helper

Spring Boot application with Web API for GitLab operations which require owner or system administration permission

Primary LanguageJavaApache License 2.0Apache-2.0

GitLab Helper Build Status Docker Image

Spring Boot application with Web API for GitLab operations which require owner or system administration permission

Run the project with

./mvnw clean spring-boot:run -Dspring-boot.run.profiles=test

Open browser to http://localhost:8080/

To package the project run

./mvnw clean package