shiro 配置引數的含義

2021-07-25 04:51:32 字數 567 閱讀 7869

anon 任何使用者傳送的請求都能夠訪問

authc 經過認證的請求可訪問,否則將會將請求重定向到 ini 配置檔案配置的 authc.loginurl 資源,進行認證操作

authc.loginurl=/login.jsp

使用者認證資源位址是/login

authc.successurl=/

#認證成功後重定向到此資源

authc.usernameparam=username

#從請求引數中獲取key=username的value作為使用者名稱

authc.passwordparam=password

#從請求引數中獲取key=password的value作為密碼

authc.remembermeparam=rememberme

#從請求引數中獲取key=rememberme的value作為是否記住密碼的標識

logout 結束會話 logout.redirecturl=/

#結束會話後重定向到此資源

port 指定請求埠 port=8080

#8080埠的請求可通過

shiro配置詳情

處理層面 shiro分成兩個類 進行處理 1 獲取層 configuration public class shiroconfig 第二步 設定 defaultwebsercuritymanager bean public defaultwebsecuritymanager defaultweber...

explain 引數含義

select type 所使用的查詢型別,主要有以下這幾種查詢型別。1 dependent subquery 子查詢內層的第乙個select,依賴於外部查詢的結果集。2 dependent union 子查詢中的union,且為union中從第二個select開始的後面所有select,同樣依賴於外...

train test split引數含義

在機器學習中,我們通常將原始資料按照比例分割為 測試集 和 訓練集 通常使用sklearn.cross validation裡的train test split模組用來分割資料。cross validation已經棄用,現在改為從 sklearn.model selection 中呼叫 train ...