SpringBoot html5無法跳轉問題

基礎配置: controller:希望跳轉到login界面 實際上卻無法調轉,檢查: 首先 增加依賴(非常重要) 如果是JSP就需要去除下面的依賴 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
相關文章
相關標籤/搜索