This may be the result of an unspecified view, due to default view name generation

时间:2022-5-26    作者:老大夫    分类: JAVA


原因: pom没有加没有加thymleaf的依赖

转载: http://www.javashuo.com/article/p-uwfivquq-em.html

解决: pom中加入

<!--使用thymeleaf模板引擎-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-thymeleaf</artifactId>
        </dependency>

标签: thymleaf

版权所有:伸手党盘
文章标题:This may be the result of an unspecified view, due to default view name generation
文章链接:https://ssdpan.cn/?post=103
本站文章来源于网络搜集和原创,仅供学习使用,未经授权请勿用于任何商业用途,如有侵权及时联系删除

推荐阅读:


扫描二维码,在手机上阅读