In depth understanding of the use of ApplicationContextAware

When review ing the code of predecessors, I saw a tool class. SpringContextUtil didn't quite understand its usage @Component public class SpringContextUtil implements ApplicationContextAware { private static ApplicationContext applicationContext; @Override public void setApplicationContext(ApplicationContext applicationContext) th ...

Added by SauloA on Fri, 11 Feb 2022 10:28:18 +0200