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.
我经常对各种 Struts2 配置不正确的情况感到困惑。比如修改包或者类之后。
Struts2 的引导日志几乎没有显示加载映射的任何细节。
我想在运行时列出所有加载的配置。怎么做 ?
使用配置浏览器。
一个很好的例子是here。
请确保使用与其他 Struts2 依赖项相同的版本。
或者,您可以将 config-browser 插件添加到您的开发环境中。我一直都在使用它 - 它让查看 Struts 认为已配置的内容变得轻而易举。