标签:src ring val com cto stat java项目 not prope
再pom文件中加上
<build>
<resources>
<resource>
<directory>src/main/java</directory> --------------------------------xml和properties所在包
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
</includes>
<filtering>false</filtering>
</resource>
</resources>
</build>
eclipse java项目转idea java项目Invalid bound statement (not found): com.mapper 报错问题
标签:src ring val com cto stat java项目 not prope
原文地址:https://www.cnblogs.com/MagicAsa/p/9620592.html