I am using Spring 4 (not Spring Boot) in the web application. I need to run some initialization code before any of the beans in the application context would be created. I tried to create implementation of org.springframework.context.ApplicationContextInitializer
and register it in spring.factories
but was not picked up for some reason. How can I do it?
Aucun commentaire:
Enregistrer un commentaire