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.
在使用注释做 Struts 时,我遇到了这个问题。 The import org.apache.struts2.config.Result cannot be resolved 我找不到它属于哪个库,所以我可以下载它。
The import org.apache.struts2.config.Result cannot be resolved
要在您的 Struts2 Web 应用程序中使用声明式架构的注释,您应该导入包含所有可用注释的 struts2-convention-plugin-xxx.jar。