License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.penggle |
ArtifactId | ArtifactIdmybatis-tiny-examples-springboot |
Last Version | Last Version3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-tiny-examples-springboot
mybatis-tiny示例3:仅使用spring框架的示例
|
<!-- https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples-springboot/ -->
<dependency>
<groupId>io.github.penggle</groupId>
<artifactId>mybatis-tiny-examples-springboot</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples-springboot/
implementation 'io.github.penggle:mybatis-tiny-examples-springboot:3.5'
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples-springboot/
implementation ("io.github.penggle:mybatis-tiny-examples-springboot:3.5")
'io.github.penggle:mybatis-tiny-examples-springboot:jar:3.5'
<dependency org="io.github.penggle" name="mybatis-tiny-examples-springboot" rev="3.5">
<artifact name="mybatis-tiny-examples-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.penggle', module='mybatis-tiny-examples-springboot', version='3.5')
)
libraryDependencies += "io.github.penggle" % "mybatis-tiny-examples-springboot" % "3.5"
[io.github.penggle/mybatis-tiny-examples-springboot "3.5"]
Group / Artifact | Type | Version |
---|---|---|
io.github.penggle : mybatis-tiny-examples-common | jar | 3.5 |
io.github.penggle : mybatis-tiny-core | jar | 3.5 |
org.springframework.boot : spring-boot-starter-aop | jar | |
org.springframework.boot : spring-boot-starter-json | jar | |
org.springframework.boot : spring-boot-starter-jdbc | jar | |
org.springframework.boot : spring-boot-starter-logging | jar | |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.4 |
mysql : mysql-connector-java | jar | 8.0.25 |
javax.servlet : javax.servlet-api | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |