| 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-autoconfigure |
| Last Version | Last Version2.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-spring-boot-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-autoconfigure/ -->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-autoconfigure</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis.spring.boot/mybatis-spring-boot-autoconfigure/
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:2.2.2'
// https://jarcasting.com/artifacts/org.mybatis.spring.boot/mybatis-spring-boot-autoconfigure/
implementation ("org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:2.2.2")
'org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:jar:2.2.2'
<dependency org="org.mybatis.spring.boot" name="mybatis-spring-boot-autoconfigure" rev="2.2.2">
<artifact name="mybatis-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis.spring.boot', module='mybatis-spring-boot-autoconfigure', version='2.2.2')
)
libraryDependencies += "org.mybatis.spring.boot" % "mybatis-spring-boot-autoconfigure" % "2.2.2"
[org.mybatis.spring.boot/mybatis-spring-boot-autoconfigure "2.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.mybatis : mybatis Optional | jar | 3.5.9 |
| org.mybatis : mybatis-spring Optional | jar | 2.0.7 |
| org.slf4j : slf4j-api Optional | jar | |
| org.mybatis.scripting : mybatis-freemarker Optional | jar | 1.2.3 |
| org.mybatis.scripting : mybatis-velocity Optional | jar | 2.1.1 |
| org.mybatis.scripting : mybatis-thymeleaf Optional | jar | 1.0.3 |
| org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | |
| org.springframework.boot : spring-boot-starter-jdbc | jar | |
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.3 |