摘要: 源自图灵学院 徐庶老师 代码笔记 加载Spring IOC容器 和 获取bean public class IoCTest { ApplicationContext ioc; @Before public void before(){ // 加载spring容器 //ApplicationConte 阅读全文
posted @ 2021-02-23 14:43 阿灿呀 阅读(323) 评论(0) 推荐(0)