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

play.db.ebean.dbmigration.PlayModule.scala Maven / Gradle / Ivy

The newest version!
package play.db.ebean.dbmigration

import play.api._
import play.api.inject._

/**
  * PlayModule.
  *
  * @since 17.01.29
  * @author Thibault Meyer
  */
class PlayModule extends Module {

  def bindings(environment: Environment, configuration: Configuration) = Seq(
    bind[PlayInitializer].toSelf.eagerly
  )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy