Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 255 Bytes

building.md

File metadata and controls

10 lines (6 loc) · 255 Bytes

Building the repo

 mvn install -DskipTests

Running the service

  • Duplicate sample.yml and complete the configuration file
  • Run "java -jar ./target/socialite-0.0.1-SNAPSHOT.jar server sample-config.yml"
  • Service is now running on port 8080