我正在使用 maven 创建一个项目,如下所示
mvn archetype:generate -B -DgroupId=com.myApplication -DartifactId=MyApplication -
DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-starter -
DarchetypeVersion=2.3.7
之后在struts.properties
文件中我正在改变
struts.ui.theme=xhtml
到
struts.ui.theme=simple
但是当我运行应用程序时,simple
主题不适用。