is not current version
Last Version 3.2.2

com.ruijc:spring-boot-starter-mybatis 1.2.2

Springboot自动化配置Mybatis框架并支持通用Mapper和分页插件。

Categories

Categories

Spring Boot Container Microservices MyBatis Data ORM
GroupId

GroupId

com.ruijc
ArtifactId

ArtifactId

spring-boot-starter-mybatis
Version

Version

1.2.2
Type

Type

jar

Download spring-boot-starter-mybatis 1.2.2


<!-- https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-mybatis/ -->
<dependency>
    <groupId>com.ruijc</groupId>
    <artifactId>spring-boot-starter-mybatis</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-mybatis/
implementation 'com.ruijc:spring-boot-starter-mybatis:1.2.2'
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-mybatis/
implementation ("com.ruijc:spring-boot-starter-mybatis:1.2.2")
'com.ruijc:spring-boot-starter-mybatis:jar:1.2.2'
<dependency org="com.ruijc" name="spring-boot-starter-mybatis" rev="1.2.2">
  <artifact name="spring-boot-starter-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ruijc', module='spring-boot-starter-mybatis', version='1.2.2')
)
libraryDependencies += "com.ruijc" % "spring-boot-starter-mybatis" % "1.2.2"
[com.ruijc/spring-boot-starter-mybatis "1.2.2"]