Package com.paiondata.chatbotws
Class Application
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
com.paiondata.chatbotws.Application
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication
public class Application
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
The entry-point class for Spring DI scanning.
-
Field Summary
Fields inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
logger
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
createRootApplicationContext, createSpringApplicationBuilder, deregisterJdbcDrivers, onStartup, run, setRegisterErrorPageFilter, shutDownSharedReactorSchedulers
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
main
The entry-point that Spring Boot uses to launche the web server.- Parameters:
args
- Not used
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder application) - Overrides:
configure
in classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-