spring boot跳轉到html頁面

2021-09-28 21:35:25 字數 569 閱讀 2520

spring boot專案自動跳轉到html頁面

首先在pom檔案引入依賴

4.0.0

com.test

springbootdemo2

0.0.1-snapshot

org.springframework.boot

spring-boot-starter-parent

2.1.7.release

1.83.1.1

org.springframework.boot

spring-boot-starter-web

org.springframework.boot

spring-boot-starter-thymeleaf

spring-boot-starter-web、spring-boot-starter-thymeleaf,兩個jar包是實現springboot專案後台直接跳轉html頁面必須的jar包。

controller層需要注意,註解乙個是@controller,如果用了restcontroller註解,那麼就表示將字串傳送到瀏覽器了。

nginx配置http訪問自動跳轉到https

nginx配置http訪問自動跳轉到https 一般我們的nignx配置ssl的時候 server location ht location location apache 我的ssl證書是這樣配置的 但是這種 http的還是可以訪問 沒有預設到https的站點 那麼我們把 兩個配置分開 serve...

nginx配置http訪問自動跳轉到https

按照如下格式修改nginx.conf 配置檔案,80埠會自動轉給443埠,這樣就強制使用ssl證書加密了。訪問http的時候會自動跳轉到https上面。server listen 80 server name www.網域名稱.com server name www.網域名稱.com root ho...

跳轉到 URL重定向跳轉繞過

本實驗僅用於資訊防禦教學,切勿用於它用途url重定向重定向漏洞利用點302跳轉即設定http響應頭locatioin url,如果url包含了crlf 回車換行 就可能隔斷了http響應頭,使得後面部分落到了http body,從而跳轉到構造的 註冊登入跳轉開啟連線功能使用者分享 收藏內容過後等等利...