我对struts2 中的这些文件感到困惑。
通常将在struts1struts.xml中有配置的内核归档。所以我也想到了使用struts.xml 文件。
但是在我的项目中他们已经放了struts2-config-browser-plugin.jar,它有struts-plugin.xml。刚刚在谷歌搜索,发现struts-plugin.xml足以运行struts应用程序。
现在我正在添加struts.xml文件,应用程序无法正常工作。
我可以在应用程序中使用这两个 XML 文件吗?
如果我删除
struts2-config-browser-plugin.jar,需要在struts.xml文件中添加哪些更改?