Invalid bound statement (not found)

Invalid bound statement (not found)

 

若是target里没有生成xml文件时,可在pom.xml添加如下代码(IDEA):

                <resources>
            <resource>
                <directory>src/main/java</directory>
                <includes>
                    <include>**/*.xml</include>
                </includes>
                <filtering>false</filtering>
            </resource>
        </resources>   
上一篇:mysql优化


下一篇:冒泡与选择