Commit ee3de5f3 authored by Phillip Webb's avatar Phillip Webb

Add ApplicationRunner support to CLI

Add ApplicationRunner and ApplicationArguments to the CLI compiler
auto-configuration.

See gh-1990
parent 1ce418cf
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment