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

micromix.boot.spring.SpringBoot.scala Maven / Gradle / Ivy

There is a newer version: 0.8
Show newest version
package micromix.boot.spring

import org.springframework.context.ApplicationContext

case class SpringBoot() extends SpringBootSupportEnabled {

  // Members

  private var parentApplicationContext: ApplicationContext = null

  // Constructors

  def this(parentApplicationContext: ApplicationContext) = {
    this()
    this.parentApplicationContext = parentApplicationContext
  }

  // Overridden

  override def parentContext =
    parentApplicationContext

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy