In SpringBoot 2.3.0 M4, When We try to AutoWired "CurrencyExchangeServiceProxy" in "CurrencyConversionController" It doesn't work:
@Autowired private CurrencyExchangeServiceProxy serviceProxy;
"Couldn\t Autowired, No Beans of "CurrencyExchangeServiceProxy" type found. I double-check the class "CurrencyConversionBean".
In SpringBoot 2.3.0 M4, When We try to AutoWired "CurrencyExchangeServiceProxy" in "CurrencyConversionController" It doesn't work:
@Autowired private CurrencyExchangeServiceProxy serviceProxy;
"Couldn\t Autowired, No Beans of "CurrencyExchangeServiceProxy" type found. I double-check the class "CurrencyConversionBean".Does anyone has any idea?