public interface StartupService
@Component
if you want to execute some code at start-up, after the database has been initialized
or migrated.| Modifier and Type | Field and Description |
|---|---|
static int |
JOB_REGISTRATION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Display name (used for tracing information)
|
void |
start()
Starts the service
|
int |
startupOrder()
Services can be ordered
|
static final int JOB_REGISTRATION