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.
可能重复: 按类名查找 pom 依赖项
当我的所有依赖项都由 Maven 中的 Eclipse 管理时,如何使用 Ctrl+ Shift+ T 之类的东西来搜索依赖项?
我假设您正在使用 m2e 插件(并正确使用它)
Ctrl-Shift-T 适用于 Eclipse 项目库下 JAR 中的类。通过使用 M2E 插件,Maven 的依赖关系被显示为一个库。
请验证您是否将“Maven Dependencies”视为项目下的库之一。如果不是,可能是您错误地导入了项目,或者 POM 有问题。