摘要: 前言 今天在学习maven源码时,发现其中使用到了Plexus框架,它也是一个IOC容器(类似Spring和Guice),在maven中被大量使用。 添加依赖 <dependency> <groupId>org.eclipse.sisu</groupId> <artifactId>org.eclip 阅读全文
posted @ 2022-04-20 09:43 strongmore 阅读(736) 评论(0) 推荐(0)