首页
Java
登录
6mi
u
盘
搜
搜 索
Java
SpringBoot web开发页面访问报错Circular view path [success]: would dispatch back to the current handler UR...
SpringBoot web开发页面访问报错Circular view path [success]: would dispatch back to the current handler UR...
xiaoxiao
2022-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
Java
最新回复
(
0
)