| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices Net MyBatis Data ORM |
| GroupId | GroupIdnet.oschina.durcframework |
| ArtifactId | ArtifactIdfastmybatis-spring-boot-starter |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
Descriptionfastmybatis-spring-boot-starter
fastmybatis-spring-boot-starter(JDK8)
|
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.oschina.durcframework/fastmybatis-spring-boot-starter/ -->
<dependency>
<groupId>net.oschina.durcframework</groupId>
<artifactId>fastmybatis-spring-boot-starter</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.durcframework/fastmybatis-spring-boot-starter/
implementation 'net.oschina.durcframework:fastmybatis-spring-boot-starter:2.0.0'
// https://jarcasting.com/artifacts/net.oschina.durcframework/fastmybatis-spring-boot-starter/
implementation ("net.oschina.durcframework:fastmybatis-spring-boot-starter:2.0.0")
'net.oschina.durcframework:fastmybatis-spring-boot-starter:jar:2.0.0'
<dependency org="net.oschina.durcframework" name="fastmybatis-spring-boot-starter" rev="2.0.0">
<artifact name="fastmybatis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.durcframework', module='fastmybatis-spring-boot-starter', version='2.0.0')
)
libraryDependencies += "net.oschina.durcframework" % "fastmybatis-spring-boot-starter" % "2.0.0"
[net.oschina.durcframework/fastmybatis-spring-boot-starter "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.oschina.durcframework : fastmybatis-core | jar | 2.0.0 |
| org.slf4j : slf4j-api | jar | |
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.springframework.boot : spring-boot-starter-jdbc | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | |
| org.springframework.boot : spring-boot-starter-test | jar |