-
Run
sbt
from root directory to enter the interactive mode. -
Start the server by using
re-start
orrun
. -
Run scoverage by
;clean;coverage;test
. This is good for Scala code. -
Run jacoco by
jacoco:cover
for Java and Scala code, but with quirks. -
URLs:
- http://localhost:8080/hello: Simple hello response
- http://localhost:8080/hello/{some_name}: Hello response greeting name and return Json response
- http://localhost:8080/hello/{some_name}/{delay}: Sends chunked response in intervals with delay in milliseconds
-
Console URL: http://localhost:8080/adm