SpringBoot web开发页面访问报错Circular view path [success]: would dispatch back to the current handler UR...

xiaoxiao2022-06-11  17

报错信息

解决方法

pom.xml中加入如下依赖即可正确访问页面

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>

 

 

转载请注明原文地址: https://www.6miu.com/read-4931556.html

最新回复(0)