当前位置: 首页 > 知识库问答 >
问题:

循环视图路径[login]:将再次调度回当前处理程序URL[/login]

暨鹭洋
2023-03-14

循环视图路径[login]:将再次调度回当前处理程序URL[/login]。检查您的ViewResolver设置!(提示:这可能是由于默认视图名称生成而导致的未指定视图的结果。)

共有1个答案

赵奕
2023-03-14

添加此依赖项

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
 类似资料: