With code 1: using
Java config.
The autowired is working for restTemplate.
The autowired is NOT working for thirdpartyServices
The log show ThirdpartyServiceConfiguration constructor get called.
The log show getRestTemplate get called.
The log did not show getThirdpartyServices get called.
What do I miss?