License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.penggle |
ArtifactId | ArtifactIdmybatis-tiny-examples-spring |
Last Version | Last Version3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-tiny-examples-spring
mybatis-tiny示例2:仅使用spring框架的示例
|
<!-- https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples-spring/ -->
<dependency>
<groupId>io.github.penggle</groupId>
<artifactId>mybatis-tiny-examples-spring</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples-spring/
implementation 'io.github.penggle:mybatis-tiny-examples-spring:3.5'
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples-spring/
implementation ("io.github.penggle:mybatis-tiny-examples-spring:3.5")
'io.github.penggle:mybatis-tiny-examples-spring:jar:3.5'
<dependency org="io.github.penggle" name="mybatis-tiny-examples-spring" rev="3.5">
<artifact name="mybatis-tiny-examples-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.penggle', module='mybatis-tiny-examples-spring', version='3.5')
)
libraryDependencies += "io.github.penggle" % "mybatis-tiny-examples-spring" % "3.5"
[io.github.penggle/mybatis-tiny-examples-spring "3.5"]
Group / Artifact | Type | Version |
---|---|---|
io.github.penggle : mybatis-tiny-examples-common | jar | 3.5 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.apache.logging.log4j : log4j-to-slf4j | jar | 2.13.3 |
org.slf4j : jul-to-slf4j | jar | 1.7.30 |
org.springframework : spring-context | jar | 5.3.6 |
org.springframework : spring-tx | jar | 5.3.6 |
org.springframework : spring-jdbc | jar | |
io.github.penggle : mybatis-tiny-core | jar | 3.5 |
org.mybatis : mybatis | jar | 3.5.6 |
org.mybatis : mybatis-spring | jar | 2.0.6 |
org.yaml : snakeyaml | jar | |
com.zaxxer : HikariCP | jar | |
mysql : mysql-connector-java | jar | 8.0.25 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | |
org.junit.jupiter : junit-jupiter | jar |