Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.1 KB

File metadata and controls

31 lines (20 loc) · 1.1 KB

student-mobility-home-institution-mock

Build Status codecov

Mock implementation of the OOAPI for educational institutions.

  • 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