License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcn.ttpai.framework |
ArtifactId | ArtifactIdttpai-mybatis-starter |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMyBatis Quick Start
|
<!-- https://jarcasting.com/artifacts/cn.ttpai.framework/ttpai-mybatis-starter/ -->
<dependency>
<groupId>cn.ttpai.framework</groupId>
<artifactId>ttpai-mybatis-starter</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ttpai.framework/ttpai-mybatis-starter/
implementation 'cn.ttpai.framework:ttpai-mybatis-starter:1.0.4'
// https://jarcasting.com/artifacts/cn.ttpai.framework/ttpai-mybatis-starter/
implementation ("cn.ttpai.framework:ttpai-mybatis-starter:1.0.4")
'cn.ttpai.framework:ttpai-mybatis-starter:jar:1.0.4'
<dependency org="cn.ttpai.framework" name="ttpai-mybatis-starter" rev="1.0.4">
<artifact name="ttpai-mybatis-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ttpai.framework', module='ttpai-mybatis-starter', version='1.0.4')
)
libraryDependencies += "cn.ttpai.framework" % "ttpai-mybatis-starter" % "1.0.4"
[cn.ttpai.framework/ttpai-mybatis-starter "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
cn.ttpai.framework : ttpai-mybatis-autoconfigure-datasource | jar | 1.0.4 |
cn.ttpai.framework : ttpai-mybatis-plugin-pagehelper | jar | 1.0.4 |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.4 |
org.mybatis : mybatis | jar | 3.5.6 |
org.mybatis : mybatis-spring | jar | 2.0.6 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
org.slf4j : jul-to-slf4j | jar | 1.7.30 |
org.slf4j : log4j-over-slf4j | jar | 1.7.30 |
org.apache.logging.log4j : log4j-to-slf4j | jar | 2.13.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 5.2.11.RELEASE |
org.springframework : spring-jdbc | jar | 5.2.11.RELEASE |
org.springframework.boot : spring-boot | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-jdbc | jar | |
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.6.RELEASE |
junit : junit | jar | 4.13.1 |