eclipse中maven项目编译出来,没有mybatis的mapper.xml

eclipse中maven项目编译出来,没有mybatis的mapper.xml

问题描述:

如题,只有xxxMapper.class文件,好奇怪啊
我单独新建个普通的Dynamic Web Project,又是可以正常编译的.

在中加



src/main/resources

/*.properties
/*.xml
**/*.tld

true

指定你包含的数据

在中加



src/main/resources

/*.properties
/*.xml
**/*.tld

true

指定你包含的数据