tell spring boot where to find bean code example
Example: spring boot get bean
@Autowired
private ApplicationContext appContext;
appContext.getBean(...)
@Autowired
private ApplicationContext appContext;
appContext.getBean(...)