PeterPerhac / dummy-service

Dummy service that will do stuff that I need the way that I need it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build with SBT

sbt assembly

once the jar is built, you can run it with just plain old java command (which is easier when packaged in a bash script with contents like this:)

#!/usr/bin/env bash
java -jar target/scala-2.12/dummy-service_2.12-0.1.0-SNAPSHOT-one-jar.jar $@

or use SBT

About

Dummy service that will do stuff that I need the way that I need it.


Languages

Language:Scala 99.9%Language:Shell 0.1%