@Configuration @ComponentScan @EnableAutoConfiguration @Import(value=minium.developer.fs.config.FileSystemConfiguration.class) public class Application extends Object implements org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer container) |
void |
initApplication()
Initializes miniumdev.
|
static void |
main(String[] args)
Main method, used to run the application.
|
@PostConstruct public void initApplication() throws IOException
Spring profiles can be configured with a program arguments --spring.profiles.active=your-active-profile
IOExceptionpublic void customize(org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer container)
customize in interface org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerpublic static void main(String[] args) throws UnknownHostException
UnknownHostExceptionCopyright © 2021 VILT Group. All rights reserved.