接口的使用
org.springframework.boot.ApplicationArguments
使用ApplicationArguments的程序包
程序包
说明
Core Spring Boot classes.
Auto-configuration for Spring Batch.
-
org.springframework.boot中ApplicationArguments的使用
修饰符和类型方法说明protected void
SpringApplication.afterRefresh
(ConfigurableApplicationContext context, ApplicationArguments args) Called after the context has been refreshed.void
ApplicationRunner.run
(ApplicationArguments args) Callback used to run the bean. -
org.springframework.boot.autoconfigure.batch中ApplicationArguments的使用