Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 644 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 644 Bytes

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