1 struts.i18n.encoding=UTF-8 配置编码
2 struts.action.extension=action,, 配置浏览器访问地址的后缀
3 struts.devMode = false 配置开发者模式 设置为true后 struts.xml修改文件不需要重写启动服务器
4 struts.configuration.xml.reload=false 设置为true后 struts.xml修改文件不需要重写启动服务器
5 struts.serve.static.browserCache=true 配置开启浏览器的静态资源的缓存