License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration MyBatis Data ORM |
GroupId | GroupIdorg.mybatis.spring.boot |
ArtifactId | ArtifactIdmybatis-spring-boot-test-autoconfigure |
Last Version | Last Version2.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-spring-boot-test-autoconfigure
Spring Boot Support for MyBatis
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.mybatis.spring.boot/mybatis-spring-boot-test-autoconfigure/ -->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-test-autoconfigure</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis.spring.boot/mybatis-spring-boot-test-autoconfigure/
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-test-autoconfigure:2.2.2'
// https://jarcasting.com/artifacts/org.mybatis.spring.boot/mybatis-spring-boot-test-autoconfigure/
implementation ("org.mybatis.spring.boot:mybatis-spring-boot-test-autoconfigure:2.2.2")
'org.mybatis.spring.boot:mybatis-spring-boot-test-autoconfigure:jar:2.2.2'
<dependency org="org.mybatis.spring.boot" name="mybatis-spring-boot-test-autoconfigure" rev="2.2.2">
<artifact name="mybatis-spring-boot-test-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis.spring.boot', module='mybatis-spring-boot-test-autoconfigure', version='2.2.2')
)
libraryDependencies += "org.mybatis.spring.boot" % "mybatis-spring-boot-test-autoconfigure" % "2.2.2"
[org.mybatis.spring.boot/mybatis-spring-boot-test-autoconfigure "2.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-test-autoconfigure | jar | |
org.springframework.boot : spring-boot-test | jar | |
org.springframework : spring-test | jar | |
org.springframework : spring-tx | jar | |
org.junit.jupiter : junit-jupiter-api Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.2.2 |
org.springframework.boot : spring-boot-starter-test | jar | 2.6.3 |