91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

深入淺析springboot中static和templates區別

發布時間:2020-09-15 17:03:42 來源:腳本之家 閱讀:272 作者:zgm1508360181 欄目:編程語言

靜態頁面的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區別內容請搜索億速云以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持億速云!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

西青区| 枣阳市| 兰州市| 嘉黎县| 百色市| 灵宝市| 松溪县| 沈阳市| 丰顺县| 峨边| 洞口县| 宁蒗| 阜宁县| 左贡县| 嵊泗县| 赤水市| 莎车县| 邢台市| 涿州市| 辽阳市| 天台县| 靖江市| 开封市| 茌平县| 景德镇市| 涪陵区| 万源市| 周至县| 札达县| 崇左市| 萍乡市| 唐山市| 吐鲁番市| 临桂县| 满洲里市| 塔河县| 兰州市| 余江县| 哈巴河县| 永泰县| 绥江县|