public final class SpringbootUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getActiveProfiles(org.springframework.context.ApplicationContext springContext) |
static org.springframework.boot.ApplicationRunner |
toApplicationRunner(io.flamingock.internal.core.builder.runner.RunnerBuilder runnerBuilder) |
static org.springframework.boot.ApplicationRunner |
toCliApplicationRunner(io.flamingock.internal.core.builder.AbstractChangeRunnerBuilder<?,?> runnerBuilder)
Creates an ApplicationRunner for CLI mode that executes Flamingock.
|
static org.springframework.beans.factory.InitializingBean |
toInitializingBean(io.flamingock.internal.core.builder.runner.RunnerBuilder runnerBuilder) |
public static org.springframework.beans.factory.InitializingBean toInitializingBean(io.flamingock.internal.core.builder.runner.RunnerBuilder runnerBuilder)
public static org.springframework.boot.ApplicationRunner toApplicationRunner(io.flamingock.internal.core.builder.runner.RunnerBuilder runnerBuilder)
public static org.springframework.boot.ApplicationRunner toCliApplicationRunner(io.flamingock.internal.core.builder.AbstractChangeRunnerBuilder<?,?> runnerBuilder)
runnerBuilder - the runner builderpublic static java.lang.String[] getActiveProfiles(org.springframework.context.ApplicationContext springContext)