在搭建乙個springmvc的開發環境過程中,出現乙個小小的錯誤配置,在訪問的時候出現了乙個404的錯誤,在網上查了很多方法都沒有解決,最後發現是在配置web.xml 的過程中有點小小的錯誤。
我簡單的記錄一下這個錯誤,共勉之。
org.springframework.web.servlet.dispatcherservlet nohandlerfound
背景介紹:
1,我把spring-servlet.xml 配置檔案放在了web-inf 目錄下(這是它的預設路徑)
2,我的web.xml 配置檔案如下:
<?xml version="1.0" encoding="utf-8"?>
index.html
index.htm
index.jsp
default.html
default.htm
default.jsp
springmvc
org.springframework.web.servlet.dispatcherservlet
contextconfiglocation
classpath*:spring-servlet.xml
1/
tomcat正常啟動, 當輸入url訪問的時候的,報404。
解決辦法:把web.xml 配置檔案中的如下**刪掉(因為spring-servlet.xml 在預設路徑下,不需要去指定路徑,如果在開發的過程中,為了方便管理配置檔案,可以新建乙個package,專門用來管理配置檔案,可以通過這個配置來指定到給定的路徑下)
contextconfiglocation
classpath*:spring-servlet.xml
系統小錯誤
今天又完成乙個窗體,充值窗體。有乙個小錯誤困擾了我很久,充值後顯示的是一行,嘗試了好多辦法。我的 是這樣的 txtshow.text 充 值 卡 號 trim txtcardno.text vbcrlf 上 次 餘 額 lastcash vbcrlf 最 新 餘 額 necash vbcrlf 充 ...
彙編小錯誤集
1.end of file not at end of a line newline inserted as編譯.s檔案時.英文的意思就是說文末沒有換行符。unix文件的回車換行符是乙個字元 n,windows的是分別的兩個 n r,解決方法 在檔案結尾回車一下.2.invalid instruct...
harbor倉庫配置開機啟動小錯誤
首先寫好開機啟動檔案 vim usr lib systemd system harbor.service unit description harbor after docker.service systemd networkd.service systemd resolved.service re...