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

com.ecfront.ez.framework.examples.ExampleStartup.scala Maven / Gradle / Ivy

The newest version!
package com.ecfront.ez.framework.examples

import com.ecfront.ez.framework.core.EZManager


trait ExampleStartup extends App {

  EZManager.start()

  protected def start(): Unit

  start()

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy