public static class Crane4jAutoConfiguration.Crane4jInitializer extends Object implements org.springframework.core.Ordered, org.springframework.boot.ApplicationRunner, org.springframework.context.EmbeddedValueResolverAware
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CRANE4J_INITIALIZER_ORDER |
| 构造器和说明 |
|---|
Crane4jInitializer() |
public static final int CRANE4J_INITIALIZER_ORDER
public int getOrder()
Higher values are interpreted as lower priority. As a consequence,
the object with the lowest value has the highest priority (somewhat
analogous to Servlet load-on-startup values).
Same order values will result in arbitrary sort positions for the affected objects.
getOrder 在接口中 org.springframework.core.OrderedOrdered.HIGHEST_PRECEDENCE,
Ordered.LOWEST_PRECEDENCEpublic void run(org.springframework.boot.ApplicationArguments args)
run 在接口中 org.springframework.boot.ApplicationRunnerCopyright © 2023. All rights reserved.