Rework bean handling
- Lot of rework to move better model to work around bean cycles - Remove use of @Lazy - Move StandardAPIAutoConfiguration to autoconfig package - Remove some of a direct ObjectProvider use in constructors - Adds spring-native support with most of a things working out of a box - Relates #324 - Relates #329 - Relates #323
This commit is contained in:
@@ -22,13 +22,13 @@ import org.springframework.context.annotation.Import;
|
||||
import org.springframework.shell.boot.JCommanderParameterResolverAutoConfiguration;
|
||||
import org.springframework.shell.boot.JLineShellAutoConfiguration;
|
||||
import org.springframework.shell.boot.SpringShellAutoConfiguration;
|
||||
import org.springframework.shell.boot.StandardAPIAutoConfiguration;
|
||||
import org.springframework.shell.boot.StandardCommandsAutoConfiguration;
|
||||
import org.springframework.shell.samples.jcommander.JCommanderCommands;
|
||||
import org.springframework.shell.samples.standard.Commands;
|
||||
import org.springframework.shell.samples.standard.DynamicCommands;
|
||||
import org.springframework.shell.samples.standard.TableCommands;
|
||||
import org.springframework.shell.standard.FileValueProvider;
|
||||
import org.springframework.shell.standard.StandardAPIAutoConfiguration;
|
||||
|
||||
/**
|
||||
* This class shows how to use the full extent of Spring Shell without relying on Boot auto configuration.
|
||||
|
||||
Reference in New Issue
Block a user