spring整合mybatis配置sqlSessionFactory時是否要配置mapperLocations

當mybatis的xml文件和mapper接口不在相同包下時,需要用mapperLocations屬性指定xml文件的路徑。 *是個通配符,代表所有的文件,**代表所有目錄下 但是當mybatis的xml文件和mapper接口在相同包下時,不需要配置mapperLocations屬性指定xml文件的路徑
相關文章
相關標籤/搜索