@FhApplication public class DefaultApplication extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultApplication.PackagesScan |
| Constructor and Description |
|---|
DefaultApplication() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.boot.builder.SpringApplicationBuilder |
configure(org.springframework.boot.builder.SpringApplicationBuilder builder)
Method is used when application is deployed on an external application server, e.g.
|
static void |
fhApplicationInit() |
static void |
main(String... args) |
protected static void |
preConfigureSpring() |
protected static DefaultApplication.PackagesScan |
readPackagesScan() |
protected static void |
registerModules() |
public static void main(String... args)
public static void fhApplicationInit()
protected static void registerModules()
protected static void preConfigureSpring()
protected static DefaultApplication.PackagesScan readPackagesScan()
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder builder)
configure in class org.springframework.boot.web.servlet.support.SpringBootServletInitializerCopyright © 2021. All rights reserved.