java.lang.Object
org.apache.juneau.microservice.jetty.template.App

public class App extends Object
Entry-point for your microservice.

The JettyMicroservice class will locate the my-microservice.cfg file in the home directory and initialize the resources and commands defined in that file.

See Also:
  • Constructor Details

    • App

      public App()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Entry point method.
      Parameters:
      args - Command line arguments.
      Throws:
      Exception - Error occurred.