Circular view path [addUsers]: would dispatch back to the current handler URL [/addUsers] again..... 童小纯 2023-01-31 184 阅读1分钟 解决方法 pom.xml中加入如下依赖即可正确访问页面 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>