Closed as not planned
Description
I ve below code :
@ResponseBody
public class ControllerGenericImpl<T extends EnterpriseEntity> implements ControllerGeneric<T> {
@Autowired
private ServiceGeneric<T> genericService;
getting error at ->
Field genericService in ControllerGenericImpl required a single bean, but 12 were found:
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.
This is coming in spring boot 3.4.1 in 3.4.0 or below it was working properly.
Metadata
Metadata
Assignees
Labels
No labels