public interface Bootable
Boot
.Boot
Modifier and Type | Method and Description |
---|---|
void |
boot(String[] args,
BootProperties props)
The method that
Boot calls to
start the application. |
void boot(String[] args, BootProperties props)
Boot
calls to
start the application.args
- The command line arguments after properties are stripped
off.props
- Properties specified by the command line, environment
variables, and property files.Copyright © 2017. All rights reserved.