More reference documentation

This commit is contained in:
Eric Bottard
2017-08-28 15:32:37 +02:00
parent 6f79cc2686
commit dfa1a778a5
2 changed files with 68 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ public class SpringShellAutoConfiguration {
}
@Bean
@ConditionalOnMissingBean(ApplicationRunner.class)
public ApplicationRunner applicationRunner(Shell shell) {
return new ApplicationRunner() {
@Override