Skip to content

yukihirai0505/akka-http-base-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run application

To run application, call:

sbt run

If you wanna restart your application without reloading of sbt, use:

sbt re-start

Run tests

To run tests, call:

sbt test

Make standalone jar

To make standalone jar file

sbt clean assembly

without test

sbt 'set test in assembly := {}' clean assembly

To run it

java -jar api-standalone.jar

About

😗 akka http base template (v10.0.7)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages