struts2.properties

时间:2023-12-09 15:23:31

#action后缀
struts.action.extension=action
#上传文件的工作目录与文件的最大尺寸
struts.multipart.saveDir=
struts.multipart.maxSize=2097152
#默认主题
struts.ui.theme=xhtml
#struts2的默认配置文件
struts.configuration.files=struts-default.xml,struts-plugin.xml,struts.xml
#开发模式
struts.devMode=true

#动态方法调用

struts.enable.DynamicMethodInvocation=true