springboot3.0 整合mybatis-flex1.5.3

1,首先pom文件引入mybatis-flex依赖,mybatis-flex版本为1.5.3

springboot3.0 整合mybatis-flex1.5.3_第1张图片

 

 2,创建config配置类,配置mapper的扫描路径,可以设置主键的生成方式等配置,

springboot3.0 整合mybatis-flex1.5.3_第2张图片

 3,config类如果扫描不到,可以添加org.springframework.boot.autoconfigure.AutoConfiguration.imports

4, 配置application.yml

springboot3.0 整合mybatis-flex1.5.3_第3张图片

 5,编写测试方法

6,启动测试类,进行测试 

你可能感兴趣的:(mybatis,java,springboot)