Skip to content
Snippets Groups Projects
Select Git revision
  • 9bfeeee364648ac82b10010643ee1ec4eee28c39
  • master default protected
  • 8.1.1
  • 8.1.0
  • 8.0.6
  • 8.0.5
  • 8.0.4
  • 8.0.3
  • 8.0.2
  • 8.0.1
  • 8.0.0
  • 7.9.0
  • 7.8.1
  • 7.8.0
  • 7.7.1
  • 7.6.3
  • 7.7.0
  • 7.6.2
  • 7.6.1
  • 7.6.0
  • 7.5.4
  • 7.5.3
22 results

portal-backend

Introduction

This is the MIP backend.

Usage

  • Build and run the project (including clean target): ./go.sh
  • Build the project (including clean target): ./build.sh
  • Run the project: ./run.sh
  • Show live logs: ./log.sh (CTRL+C to quit)
  • Stop and remove the running container: ./halt.sh
  • Clean Maven cache, etc: ./clean.sh

Generate PDF API documentation on build

Uncomment the following line in src/docker/build/build-in-docker.sh : mvn swagger2markup:convertSwagger2markup asciidoctor:process-asciidoc