标签: struts2 annotations
在使用注释执行Struts时,我遇到了这个问题。 The import org.apache.struts2.config.Result cannot be resolved 我无法找到它所属的库,以便我可以下载它。
The import org.apache.struts2.config.Result cannot be resolved
答案 0 :(得分:2)
要在Struts2 Web应用程序中使用注释进行声明式体系结构,您应该导入包含所有可用注释的struts2-convention-plugin-xxx.jar。