中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何解決Maven引入SSM框架出現的異常問題

發布時間:2020-05-27 21:20:25 來源:億速云 閱讀:280 作者:鴿子 欄目:編程語言

IntelliJ IDEA 開發Spring-mvc +mybits 項目時,啟動tomcat后瀏覽器發送請求后收到了500服務器錯誤,錯誤如下:

HTTP Status 500 - Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.creditease.proxymanager.dao.ProxyInfoDAO.getProxyInfo

type Exception report

message Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.creditease.proxymanager.dao.ProxyInfoDAO.getProxyInfo

description The server encountered an internal error that prevented it from fulfilling this request.

exception

org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.creditease.proxymanager.dao.ProxyInfoDAO.getProxyInfo
    org.springframework.web.servlet.FrameworkServlet.proce***equest(FrameworkServlet.java:982)
    org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:622)
    org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
root cause

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.creditease.proxymanager.dao.ProxyInfoDAO.getProxyInfo

網上搜了一下,問題出在沒找到Mapper XML 文件
經過多次嘗試發現出現這個問題的原因在于mybatis逆向生成mapper接口和mapper.xml文件放在了同一個文件夾中,在編譯打包時沒法加載mapper.xml文件。

兩種解決方式
  • 方式一:

    • mapper接口和mapper.xml文件都在同一個路徑下時,在pom.xml文件添加如下內容: 問題解決
      <build>
          <resources>
                  <resource>
                          <directory>src/main/java</directory>
                          <includes>
                                  <include>**/*.properties</include>
                                  <include>**/*.xml</include>
                          </includes>
                          <filtering>false</filtering>
                  </resource>
          </resources>
      </build>
  • 方式二:
    • 將逆向生成的mapper和mapper.xml文件分別放在main/java和main/resources下同級包下,編譯打包時會把resources下的文件直接讀取進去,就不會出現找不到mapper.xml的錯誤

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

迭部县| 东光县| 汾西县| 东乡族自治县| 汉源县| 迁西县| 高碑店市| 都安| 大姚县| 宜城市| 承德县| 怀化市| 铁力市| 临澧县| 阜康市| 上虞市| 隆回县| 巴中市| 沙河市| 涪陵区| 汽车| 乐清市| 黄山市| 扶绥县| 呼和浩特市| 阳春市| 平舆县| 金寨县| 宿迁市| 博兴县| 西乌珠穆沁旗| 醴陵市| 南宫市| 若尔盖县| 永靖县| 涟源市| 绍兴市| 井研县| 衢州市| 贵阳市| 溧水县|