Closed
Description
version: 2.1.0-M3
the error message:
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 0 of method standardParameterResolver in org.springframework.shell.boot.ParameterResolverAutoConfiguration required a single bean, but 2 were found:
- shellConversionService: defined by method 'shellConversionService' in class path resource [org/springframework/shell/boot/SpringShellAutoConfiguration.class]
- integrationConversionService: defined in null
Action:
Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans, or using @Qualifier to identify the bean that should be consumed
integrationConversionService
from spring-integration
.