65、尚硅谷_SpringBoot_数据访问-整合MyBatis(二)-配置版MyBatis
程序员文章站
2022-05-08 10:55:51
...
5)、配置文件版
mybatis:
config-location: classpath:mybatis/mybatis-config.xml 指定全局配置文件的位置
mapper-locations: classpath:mybatis/mapper/*.xml 指定sql映射文件的位置
更多使用参照
http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/