1. 程式人生 > >springboot 整合mybatis mapper繫結問題

springboot 整合mybatis mapper繫結問題

在pom.xml中的build節點中 新增如下程式碼

<resources>
        <resource>
            <directory>src/main/java</directory>
            <includes>
                <include>**/*.xml</include>
            </includes>
        </resource>
</resources>

 

https://www.cnblogs.com/lfm601508022/p/InvalidBoundStatement.html