You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have beans that load data from database inside @PostConstruct methods. In my tests i need to load the dataset before the creation of spring context beans. Is there any way to do this?
It seems that the follow code is not working correctly. The dataset is loaded after the spring context beans creation.
I have beans that load data from database inside @PostConstruct methods. In my tests i need to load the dataset before the creation of spring context beans. Is there any way to do this?
It seems that the follow code is not working correctly. The dataset is loaded after the spring context beans creation.
The text was updated successfully, but these errors were encountered: