SpringBoot 整合 mybatis (配置文件版)

1,前面配置导包等基本操做参照 注解版:https://blog.csdn.net/qq_45315910/article/details/94755256 2, 编写application.yml文件,配置datasource(  config-location: mybatis.xml 文件位置    mapper-locations: mapper.xml 文件位置)   spring:
相关文章
相关标签/搜索