springboot 2.x + mybatis 单数据源使用springboottest测试入门实战

1、开发环境
(1)idea
(2)maven

2、maven配置


springboot父依赖

springboottest依赖

mybatis依赖

其他测试依赖

maven的插件

3、application.yml配置


spring数据源配置

mybatis配置

4、springboot项目
(1)mian函数


springboot启动类

(2)创建实体类


数据库结果实体类

(3)创建mapper接口
DAO接口类

(4)创建数据库映射mapper
数据库映射mapper

(5)创建测试类


测试类,使用testNG

你可能感兴趣的:(springboot 2.x + mybatis 单数据源使用springboottest测试入门实战)