SBT template project for quickly getting started with spray-server
See the codeThis projects provides a starting point for your own spray-routing endeavors. There are 8 branches, providing templates for spray-routing on
on_spray-can_1.0 branch)on_spray-can_1.1 branch)on_spray-can_1.2 branch)on_spray-can_1.3 branch)on_spray-can_1.3_scala-2.11 branch)on_jetty_1.0 branch)on_jetty_1.1 branch)on_jetty_1.2 branch)on_jetty_1.3 branch)on_jetty_1.3_scala-2.11 branch)You are currently on the on_spray-can_1.3_scala-2.11 branch.
Follow these steps to get started:
Git-clone this repository.
$ git clone git://github.com/spray/spray-template.git my-project
Change directory into your clone:
$ cd my-project
Launch SBT:
$ sbt
Compile everything and run all tests:
> test
Start the application:
> re-start
Browse to http://localhost:8080
Stop the application:
> re-stop
Learn more at http://www.spray.io/
Start hacking on src/main/scala/com/example/MyService.scala
Scala
100.0%
SBT template project for quickly getting started with spray-server
See the codeThis projects provides a starting point for your own spray-routing endeavors. There are 8 branches, providing templates for spray-routing on
on_spray-can_1.0 branch)on_spray-can_1.1 branch)on_spray-can_1.2 branch)on_spray-can_1.3 branch)on_spray-can_1.3_scala-2.11 branch)on_jetty_1.0 branch)on_jetty_1.1 branch)on_jetty_1.2 branch)on_jetty_1.3 branch)on_jetty_1.3_scala-2.11 branch)You are currently on the on_spray-can_1.3_scala-2.11 branch.
Follow these steps to get started:
Git-clone this repository.
$ git clone git://github.com/spray/spray-template.git my-project
Change directory into your clone:
$ cd my-project
Launch SBT:
$ sbt
Compile everything and run all tests:
> test
Start the application:
> re-start
Browse to http://localhost:8080
Stop the application:
> re-stop
Learn more at http://www.spray.io/
Start hacking on src/main/scala/com/example/MyService.scala
Scala
100.0%