在springBoot中使用Mapper类问题_@Mapper_@MapperScan_xml文件跟mapper分开_xml文件跟mapper在同一个目录下
文章目录
背景xml文件跟mapper分开application.properties方式一: 主程序中@MapperScan方式二: 每个接口添加@Mapper注意点
xml文件跟mapper在同一个目录下SpringBoot中关于@Mapper 和 @Repository 的一些疑问1. @Mapper2. @Repository3. @MapperScan(“com.xxx.xxx”)4. 总结
背景
在springBoot中使用mapper类,因为有其xml文件的存在,所以其xml文件的存放位置不同,会导致出现运行是否能够调用xml文件的问题存在;这个问题我遇到N多次了,不好好的解决一番,实在是不好继续写项目下去了;
xml文件跟mapper分开
当xml文件跟mapper文件分开的时候,也就是将xml文件放在springBoot下的src/main/resource
在springBoot中使用Mapper类问题_@Mapper_@MapperScan_xml文件跟mapper分开_xml文件跟mapper在同一个目录下最先出现在Python成神之路。
共有 0 条评论