基础配置:
controller:希望跳转到login界面
SpringBoot html5无法跳转问题
SpringBoot html5无法跳转问题

实际上却无法调转,检查:
首先 增加依赖(非常重要)
如果是JSP就需要去除下面的依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>

分类:

技术点:

相关文章: