Circular view path [addUsers]: would dispatch back to the current handler URL [/addUsers] again.....

184 阅读1分钟

解决方法

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

  1. <dependency>
  2. <groupId>org.springframework.boot</groupId>
  3. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  4. </dependency>