All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skinny.micro.SkinnyMicroServerBootstrap.scala Maven / Gradle / Ivy

The newest version!
package skinny.micro

import javax.servlet.ServletContext

class SkinnyMicroServerBootstrap extends LifeCycle {

  override def init(context: ServletContext): Unit = {
    WebServer.singleton.mountableHandlers.foreach(_.mount(context))
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy