SpringBoot中获取上下文
摘要:
在实际开发中,有时候会根据某个bean的名称或class到Spring容器中获取对应的Bean。这里只做个简单的记录,方便后续自查。 @Component public class SpringContextUtils implements ApplicationContextAware { pri 阅读全文
posted @ 2021-08-11 10:11 cn2025 阅读(275) 评论(0) 推荐(0)