Class CommandLineRunnerOrdered
-
- All Implemented Interfaces:
-
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.boot.CommandLineRunner,org.springframework.boot.Runner,org.springframework.core.Ordered
public class CommandLineRunnerOrdered implements CommandLineRunner, Ordered, BeanNameAwareCommandLineRunner with order
- Since:
2023-01-09
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final intorderpublic final CommandLineRunnerrunnerpublic StringbeanNamepublic final static intHIGHEST_PRECEDENCEpublic final static intLOWEST_PRECEDENCE
-
Constructor Summary
Constructors Constructor Description CommandLineRunnerOrdered(int order, CommandLineRunner runner)
-