报错:template might not exist or might not be accessible by any of the configured
我最终发现是pom.xml里面多写了一些东西,删了就好:
<!--
<packaging>pom</packaging>
<modules>
<module>profiles</module>
</modules>
-->
博客提到Spring出现模板可能不存在或无法访问的报错,经排查,发现是pom.xml文件中多写了一些内容,将其删除后问题解决。
报错:template might not exist or might not be accessible by any of the configured
我最终发现是pom.xml里面多写了一些东西,删了就好:
<!--
<packaging>pom</packaging>
<modules>
<module>profiles</module>
</modules>
-->
4692
2072

被折叠的 条评论
为什么被折叠?