Last Version

mybatis-tiny-examples-spring 3.5

mybatis-tiny示例2:仅使用spring框架的示例

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

io.github.penggle
ArtifactId

ArtifactId

mybatis-tiny-examples-spring
Version

Version

3.5
Type

Type

jar
Description

Description

mybatis-tiny-examples-spring
mybatis-tiny示例2:仅使用spring框架的示例

Download mybatis-tiny-examples-spring 3.5


<!-- 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"]

Dependencies

compile (14)

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

test (2)

Group / Artifact Type Version
org.springframework : spring-test jar
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.