运行java项目报
Cannot load excludes configuration file "/WEB-INF/decorators.xml" as specified in "sitemesh.xml" or "sitemesh-default.xml" 错误。
查了很久发现 WEB-INF 目录下没有 decorators.xml 文件。
解决方案:
在 WEB-INF 目录下添加
decorators.xml 文件。
运行java项目报
Cannot load excludes configuration file "/WEB-INF/decorators.xml" as specified in "sitemesh.xml" or "sitemesh-default.xml" 错误。
查了很久发现 WEB-INF 目录下没有 decorators.xml 文件。
解决方案:
在 WEB-INF 目录下添加
decorators.xml 文件。