spring boot集成mybatis--xml配置

spring boot集成mybatis–xml配置 1.配置application.yml连接数据库,mapper-locations 指明mapper.xml映射文件的包,type-aliases-package扫描的包名 spring: datasource: driver-class-name: com.mysql.jdbc.Driver password: 11560
相关文章
相关标签/搜索