how to get the context of spring boot code example
Example: get spring application context
public class SpringBean {
@Autowired
private ApplicationContext appContext;
}
public class SpringBean {
@Autowired
private ApplicationContext appContext;
}