License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdtk.fishfish |
ArtifactId | ArtifactIdmybatis-spring-boot-starter |
Last Version | Last Version1.2.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-spring-boot-starter
mybatis pagehelper and mapper for spring boot
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/tk.fishfish/mybatis-spring-boot-starter/ -->
<dependency>
<groupId>tk.fishfish</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/tk.fishfish/mybatis-spring-boot-starter/
implementation 'tk.fishfish:mybatis-spring-boot-starter:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/tk.fishfish/mybatis-spring-boot-starter/
implementation ("tk.fishfish:mybatis-spring-boot-starter:1.2.0.RELEASE")
'tk.fishfish:mybatis-spring-boot-starter:jar:1.2.0.RELEASE'
<dependency org="tk.fishfish" name="mybatis-spring-boot-starter" rev="1.2.0.RELEASE">
<artifact name="mybatis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.fishfish', module='mybatis-spring-boot-starter', version='1.2.0.RELEASE')
)
libraryDependencies += "tk.fishfish" % "mybatis-spring-boot-starter" % "1.2.0.RELEASE"
[tk.fishfish/mybatis-spring-boot-starter "1.2.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.3 |
org.springframework.boot : spring-boot-starter-jdbc | jar | |
com.github.pagehelper : pagehelper | jar | 5.2.0 |
tk.mybatis : mapper | jar | 4.1.5 |
mysql : mysql-connector-java | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |