A blueprint for a scala micro service that processes http requests and that can be deployed in k8s.
g8 https://github.com/inoio/scala-microservice-template.git
or
cd ..; sbt new file://scala-microservice-template.g8
- adjust versions
sbt dependencyUpdates
- remove unnecessary libs
sbt run