Skip to content

SURFnet/student-mobility-inteken-ontvanger-generiek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

student-mobility-inteken-ontvanger-generiek

Build Status codecov

Generic part of the institution hosted part of the broker for educational cross-institution registrations.

  • Java 8
  • Maven 3

Set the JAVA_HOME property for maven (example for macOS):

export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/

This project uses Spring Boot and Maven. To run locally, type:

mvn spring-boot:run

To build and deploy (the latter requires credentials in your maven settings):

mvn clean deploy

Run as docker container

To run this project as a docker container, simply download docker-compose.yml and application.yml to a location on your machine and type docker compose up -d.

See here for available container versions