亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

maven+mybatis+spring xml文件沒有編譯到輸出路徑

發布時間:2020-05-22 05:44:29 來源:網絡 閱讀:3033 作者:AchengCug 欄目:數據庫

maven+mybatis+spring在開發的時候,遇到如下錯誤:


org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘xxxService’: Unsatisfied dependency expressed through field ‘xxxMapper’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘xxxMapper’ defined in file [xxxMapper.class]: Cannot resolve reference to bean ‘sqlSessionFactory’ while setting bean property ‘sqlSessionFactory’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘sqlSessionFactory’ defined in class path resource [xxx-mybatis.xml]: Initialization of bean failed; nested exception is org.springframework. beans.TypeMismatchException: Failed to convert property value of type ‘Java.lang.String’ to required type ‘org.springframework.core.io.Resource[]’ for property ‘mapperLocations’; nested exception is java.lang.IllegalArgumentException: Could not resolve resource location pattern [classpath:com/xxx/xxx/mapping/*.xml]: class path resource [com/xxx/xxx/mapping/] cannot be resolved to URL because it does not exist


經過檢查發現maven編譯后并沒有將xml文件打包到輸出路徑,導致bean創建失敗。

因此解決方法就是在pom文件中添加如下代碼:

<build>
    ...
    <resources>
        <!--編譯之后包含xml-->
        <resource>
            <directory>src/main/java</directory>
            <includes>
                <include>**/*.xml</include>
            </includes>
            <filtering>true</filtering>
        </resource>
    </resources>
    ...
</build>


向AI問一下細節

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

AI

黔江区| 正定县| 建宁县| 邳州市| 东至县| 原平市| 洛隆县| 寿光市| 金湖县| 遵义市| 乌拉特中旗| 鹰潭市| 万宁市| 张北县| 莱西市| 赤水市| 邛崃市| 工布江达县| 正镶白旗| 定远县| 双桥区| 盐池县| 娄烦县| 湖州市| 兰西县| 开鲁县| 洛隆县| 谷城县| 汤原县| 连南| 株洲市| 扎赉特旗| 刚察县| 晋江市| 融水| 阳信县| 阿城市| 广东省| 青龙| 苍南县| 佛坪县|