is not current version
Last Version 1.2.0.RELEASE

tk.fishfish:mybatis-spring-boot-starter 1.0.0.RELEASE

mybatis pagehelper and mapper for spring boot

Categories

Categories

Spring Boot Container Microservices MyBatis Data ORM
GroupId

GroupId

tk.fishfish
ArtifactId

ArtifactId

mybatis-spring-boot-starter
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download mybatis-spring-boot-starter 1.0.0.RELEASE


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