Package org.tbk.ngtor

Class NgtorApplication

java.lang.Object
org.tbk.ngtor.NgtorApplication
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@SpringBootApplication public class NgtorApplication extends Object implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • NgtorApplication

      public NgtorApplication()
  • Method Details

    • main

      public static void main(String[] args)
    • startWebApplication

      public static void startWebApplication(String[] args)
    • applicationPidFileWriter

      public static org.springframework.context.ApplicationListener<?> applicationPidFileWriter()
    • webServerPortFileWriter

      public static org.springframework.context.ApplicationListener<?> webServerPortFileWriter()
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean