国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

深入淺析springboot中static和templates區別

瀏覽:50日期:2023-05-30 11:29:02

靜態頁面的return默認是跳轉到/static/目錄下,當在pom.xml中引入了thymeleaf組件,動態跳轉會覆蓋默認的靜態跳轉,默認就會跳轉到/templates/下,注意看兩者return代碼也有區別,動態沒有html后綴。

1.1 在static下新建hello1.html

運行程序,瀏覽器輸入http://localhost:8080/hello1.html

深入淺析springboot中static和templates區別

so,可以在根目錄下訪問hello1.html,static目錄類似于傳統Java web中的webroot或webcontent

1.2 也可以通過接口跳轉1.2.1 添加接口

@RequestMapping('hello1')public String hello1() { return 'hello1.html';}

1.2.2 注釋掉thymeleaf依賴

<dependencies> <!--<dependency>--> <!--<groupId>org.springframework.boot</groupId>--> <!--<artifactId>spring-boot-starter-thymeleaf</artifactId>--> <!--</dependency>-->

1.2.3 瀏覽器輸入http://localhost:8080/hello1

深入淺析springboot中static和templates區別

2.template目錄2.1 在template下新建hello2.html運行程序,瀏覽器輸入http://localhost:8080/hello2.html

深入淺析springboot中static和templates區別

templates下的動態頁面不能直接訪問

2.2 通過接口訪問2.2.1 添加接口

注意接口中return的頁面不包含.html后綴

@RequestMapping('hello2')public String hello2() { return 'hello2';}

2.2.2 瀏覽器輸入http://localhost:8080/hello2

深入淺析springboot中static和templates區別

3.結束語

靜態頁面的return默認是跳轉到/static/目錄下,當在pom.xml中引入了thymeleaf組件,動態跳轉會覆蓋默認的靜態跳轉,默認就會跳轉到/templates/下,注意看兩者return代碼也有區別,動態沒有html后綴。

4.總結:

改bug需要用心,掉頭發是不可避免滴!!!

到此這篇關于深入淺析springboot中static和templates區別的文章就介紹到這了,更多相關springboot static和templates區別內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Spring
相關文章:
主站蜘蛛池模板: 枞阳县| 商城县| 武穴市| 双柏县| 来安县| 敖汉旗| 贵德县| 迁安市| 颍上县| 七台河市| 寻甸| 宜宾县| 会同县| 历史| 临邑县| 玛沁县| 伊金霍洛旗| 平度市| 榆社县| 梧州市| 定西市| 晋州市| 清涧县| 元朗区| 威信县| 游戏| 远安县| 古蔺县| 淮安市| 双鸭山市| 林西县| 台湾省| 宁德市| 报价| 西华县| 古浪县| 广平县| 陈巴尔虎旗| 慈利县| 京山县| 建始县|