Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要详细的日志来查看 spring 如何加载我的接口及其各自的实现类。我想监控 Spring 的 BeanFactory 的行为,看看它是如何管理依赖注入的。
将 log4j.xml 添加到您的项目和相应的 JAR 文件中。登录到 INFO 或 DEBUG 的控制台,你就会得到你想要的。