gpt4 book ai didi

java - 如何执行mybatis-spring-boot-starter-test?

转载 作者:行者123 更新时间:2023-11-30 05:52:18 25 4
gpt4 key购买 nike

对于mybatis-spring-boot-starter-test我没有看到 main 方法,甚至没有 Java 文件。它有两个依赖项,其中 mybatis-spring-boot-test-autoconfigure包含一些测试文件,我可以在 spring-boot-starter-test 时执行它们只有一个 pom 文件。

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-test-autoconfigure</artifactId>
</dependency>

那么我该如何执行这些测试模块呢?我不能,它是为了什么而创建的?

最佳答案

该模块不用于“执行”。看看their docs :

What is MyBatis-Spring-Boot-Starter-Test?

The MyBatis-Spring-Boot-Starter-Test help creating a test cases for MyBatis component using the MyBatis-Spring-Boot-Starter.

By using this module you will can be:

  • Can use the @MybatisTest that setup test components for testing pure MyBatis component
  • Can import dependency artifacts for performing tests for pure MyBatis component

所以,这个模块provides@MybatisTest来自mybatis-spring-boot-test-autoconfigure 。基本上,这就是“启动器”:一组(可能是一个,如本例中的)依赖项,旨在协同工作以提供某些功能。

Read more关于使用@MybatisTest。

关于java - 如何执行mybatis-spring-boot-starter-test?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53680499/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com