Struts2 tutorial doesn't work

牧云@^-^@ 提交于 2019-12-02 01:24:49

First, remove all unused S2 plugins If you're following a basic tutorial, you are almost certainly not using GXP.

S2 plugins:

  1. May alter S2 functionality in fundamental ways, and
  2. Have their own dependencies that will cause failures if their dependencies are not met.

Second, ensure you are deploying all required libraries. Maven (or the equivalent) was created to manage those dependencies, but for an absolute bare-bones app it's not strictly necessary.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!