Moving EmbeddedAppServer to akka-http and closing #451
This commit is contained in:
parent
ea5f21457a
commit
29a901b515
2 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
* Copyright (C) 2009-2010 Scalable Solutions AB <http://scalablesolutions.se>
|
* Copyright (C) 2009-2010 Scalable Solutions AB <http://scalablesolutions.se>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package se.scalablesolutions.akka.kernel
|
package se.scalablesolutions.akka.http
|
||||||
|
|
||||||
import javax.ws.rs.core.UriBuilder
|
import javax.ws.rs.core.UriBuilder
|
||||||
import javax.servlet.ServletConfig
|
import javax.servlet.ServletConfig
|
||||||
|
|
@ -9,6 +9,7 @@ import se.scalablesolutions.akka.remote.BootableRemoteActorService
|
||||||
import se.scalablesolutions.akka.actor.BootableActorLoaderService
|
import se.scalablesolutions.akka.actor.BootableActorLoaderService
|
||||||
import se.scalablesolutions.akka.camel.CamelService
|
import se.scalablesolutions.akka.camel.CamelService
|
||||||
import se.scalablesolutions.akka.config.Config
|
import se.scalablesolutions.akka.config.Config
|
||||||
|
import se.scalablesolutions.akka.http.EmbeddedAppServer
|
||||||
|
|
||||||
object Main {
|
object Main {
|
||||||
def main(args: Array[String]) = Kernel.boot
|
def main(args: Array[String]) = Kernel.boot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue