av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

springboot用controller跳轉(zhuǎn)html頁(yè)面的實(shí)現(xiàn)

瀏覽:6日期:2023-04-24 09:12:55

在學(xué)習(xí)SpringBoot的過程中遇到一個(gè)問題,因?yàn)镾pringBoot是集成了tomcat的,所以項(xiàng)目是打成jar包,通過SpringMVC注解的方式去運(yùn)行的,所以靜態(tài)頁(yè)面就放在maven工程的resources目錄下的templates目錄下所以怎么去跳轉(zhuǎn)是個(gè)問題,現(xiàn)在就是解決這個(gè)問題

首先看項(xiàng)目結(jié)構(gòu)

springboot用controller跳轉(zhuǎn)html頁(yè)面的實(shí)現(xiàn)

pom.xml文件依賴

<!-- 1.創(chuàng)建一個(gè)Maven工程,選擇jar類型項(xiàng)目2.引入SpringBootMaven依賴。 --> <!-- Maven parent 目的,聚合工程、繼承關(guān)系 --> <!--Spring parent 目的: 統(tǒng)一整合第三方框架依賴信息 (SpringBoot 支持依賴 不需要寫版本號(hào)) --> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.0.RELEASE</version> </parent> <dependencies> <!-- -springboot 整合Web組件 整合SpringMVC 就會(huì)把傳統(tǒng)方式的SpringMVC依賴的jar全部給下載來 --> <!-- 引入spring-boot-starter-web 幫你整合好所有相關(guān)的依賴jar包 原理 maven依賴傳遞 --> <!-- 原理: spring-boot-starter-parent< 中,整合號(hào)相關(guān) jar依賴信息 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> </dependencies>

controller代碼,這里為了更加的清楚項(xiàng)目結(jié)構(gòu)帶上包的路徑

package cn.hd.controller;import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.RequestMapping;@Controllerpublic class FTLIndexController { @RequestMapping('/ftlIndex') public String ftlIndex() { System.out.println('fff'); return 'user/index'; }}

html代碼直接截圖

springboot用controller跳轉(zhuǎn)html頁(yè)面的實(shí)現(xiàn)

訪問頁(yè)面

springboot用controller跳轉(zhuǎn)html頁(yè)面的實(shí)現(xiàn)

application.properties配置文件中不需要寫任何東西

到此這篇關(guān)于springboot用controller跳轉(zhuǎn)html頁(yè)面的實(shí)現(xiàn)的文章就介紹到這了,更多相關(guān)springboot controller跳轉(zhuǎn)html內(nèi)容請(qǐng)搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標(biāo)簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 午夜无码国产理论在线 | 日本不卡一区 | 日本精品视频一区二区 | 一级看片免费视频囗交动图 | 91热爆在线观看 | 伊人手机在线视频 | 欧美黄色片| 亚洲精品欧美 | 中文字幕一区二区三区不卡 | 黑人久久| 免费一区在线 | 亚洲高清av | 久久av一区 | 一区二区三区日韩精品 | 日韩欧美三级在线 | 欧美成人二区 | 成人精品 | 久久一区二区三区免费 | 欧美成人精品 | 成人在线观看免费 | 国产亚洲二区 | 成人网在线观看 | 中文字幕一页二页 | 一区二区影视 | 日韩高清成人 | 91观看| 亚洲激情一级片 | 欧美成人一区二区三区 | av影片在线 | 国产一级免费视频 | 国产欧美在线 | 日韩中文在线视频 | 中文字幕日韩一区 | 啪啪网页 | 欧美一级片免费看 | 中文字幕一区二区三区在线视频 | 欧美 日韩 亚洲91麻豆精品 | 99精品99| 亚洲精品久久久久久首妖 | 亚洲一区在线播放 | 永久精品 |