課程
/后端開(kāi)發(fā)
/Java
/Shiro安全框架入門(mén)
跟著老師一步步的配置
2018-10-30
源自:Shiro安全框架入門(mén) 4-1
正在回答
你把webapp/WEB-INF/web.xml里面的filter里面的filter名字和spring.xml里面的ID要對(duì)應(yīng)起來(lái),使用一樣的大小寫(xiě),你應(yīng)該是大小寫(xiě)寫(xiě)錯(cuò)了
我也是這個(gè)問(wèn)題,你解決了嗎
沒(méi)有再spring配置文件中配置shiroFilter的bean。
<bean?id="shiroFilter"?class="org.apache.shiro.spring.web.ShiroFilterFactoryBean">
舉報(bào)
從零入門(mén)Shiro安全框架
1 回答tomcat啟動(dòng)報(bào)錯(cuò)
5 回答加shiroFilter tomcat啟動(dòng)報(bào)錯(cuò)
1 回答啟動(dòng)tomcat之后 報(bào)錯(cuò)了
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-12-30
你把webapp/WEB-INF/web.xml里面的filter里面的filter名字和spring.xml里面的ID要對(duì)應(yīng)起來(lái),使用一樣的大小寫(xiě),你應(yīng)該是大小寫(xiě)寫(xiě)錯(cuò)了
2018-12-26
我也是這個(gè)問(wèn)題,你解決了嗎
2018-11-10
沒(méi)有再spring配置文件中配置shiroFilter的bean。