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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic org.springframework.context.ApplicationListener<?>static voidstatic voidstartWebApplication(String[] args) static org.springframework.context.ApplicationListener<?>
-
Constructor Details
-
NgtorApplication
public NgtorApplication()
-
-
Method Details
-
main
-
startWebApplication
-
applicationPidFileWriter
public static org.springframework.context.ApplicationListener<?> applicationPidFileWriter() -
webServerPortFileWriter
public static org.springframework.context.ApplicationListener<?> webServerPortFileWriter() -
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-