Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

eimantas/gpasas-javalin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • JDK 11 or later
  • Maven
  • Apple developer certificate

Build & Run

  1. Add your Apple developer certificate (*.p12 file) to /src/main/resources/cert/ and edit /src/main/java/gpasas/Main.java to specify path and password

  2. Build:

mvn clean package
  1. Run:
java -jar ./target/gpasas-jar-with-dependencies.jar
  1. Open In Browser