...
Warning |
---|
Please turn this option off before deploying application to a production environment - it can expose sensitive data of your application! |
Struts 2 has a setting (which can be set to true
or false
in struts.properties) called devMode (= development mode). When this setting is enabled, Struts 2 will provide additional logging and debug information, which can significantly speed up development.
...