mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Add ApplicationRunner support to CLI
Add ApplicationRunner and ApplicationArguments to the CLI compiler auto-configuration. See gh-1990
This commit is contained in:
+2
@@ -65,6 +65,8 @@ public class SpringBootCompilerAutoConfiguration extends CompilerAutoConfigurati
|
||||
"org.springframework.context.MessageSource",
|
||||
"org.springframework.core.annotation.Order",
|
||||
"org.springframework.core.io.ResourceLoader",
|
||||
"org.springframework.boot.ApplicationRunner",
|
||||
"org.springframework.boot.ApplicationArguments",
|
||||
"org.springframework.boot.CommandLineRunner",
|
||||
"org.springframework.boot.context.properties.ConfigurationProperties",
|
||||
"org.springframework.boot.context.properties.EnableConfigurationProperties",
|
||||
|
||||
Reference in New Issue
Block a user