Paypal api – How to delay Spring Bean Initialization based on variable
My problem is that I need to get an authentication token before I make a call to an API. The api must be called on start up of application. However I am having trouble in that both calls are made…