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(使用 eclipse IDE)在 2 个项目之间自动装配类。所以我在第一个项目中添加了第二个项目到构建路径。导入已正确解析,但是当我启动应用程序时,日志告诉我他找不到我要连接的类。
类路径已经解决了这个问题。