最新回答 / 慕妹008569
在web.xml中添加
<listener> ????<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener>試試
2019-09-27
最新回答 / 慕瓜2271864
<?xml?version="1.0"?encoding="UTF-8"?&; & &;weweb-app?xmlns="http://xmlns.jcp.org/xml/ns/javaee" ?????????xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ?????????xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee?ht...
2019-09-26
有好多重要的點沒有講清楚,很容易就因為一個小問題卡住了,出現(xiàn)404的同學可以參考下我的情況,也許有用
在配置服務器的地方,點擊Deployment,下面有一個Application context,如果要訪問項目,需要把這里的路徑也輸入到url中,比如我的就是: localhost:8080/shiro_web_war/login.html
在配置服務器的地方,點擊Deployment,下面有一個Application context,如果要訪問項目,需要把這里的路徑也輸入到url中,比如我的就是: localhost:8080/shiro_web_war/login.html
2019-09-04