公司的老项目,用Eclipse开发的,导入IDEA启动之后访问报错如下:
Cannot load excludes configuration file "/WEB-INF/decorators.xml" as specified in "sitemesh.xml" or "sitemesh-default.xml"

与之相关的配置如下:



解决方案:
1.Edit Confgurations

2.设置Working directory为$MODULE_DIR$,保存。

就好了了了。
SpringBoot项目decorators报错
公司的老项目,用Eclipse开发的,导入IDEA启动之后访问报错如下:
Cannot load excludes configuration file "/WEB-INF/decorators.xml" as specified in "sitemesh.xml" or "sitemesh-default.xml"

与之相关的配置如下:



解决方案:
1.Edit Confgurations

2.设置Working directory为$MODULE_DIR$,保存。

就好了了了。


