| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
| GroupId | GroupIdcom.github.flying-cattle |
| ArtifactId | ArtifactIdmybatis-all-spring-boot-starter |
| Version | Version1.0.0.RELEASE |
| Type | Typejar |
| Description |
Descriptionmybatis-all-spring-boot-starter
Spring Boot Support for mybatis-all-spring-boot-starter
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.flying-cattle/mybatis-all-spring-boot-starter/ -->
<dependency>
<groupId>com.github.flying-cattle</groupId>
<artifactId>mybatis-all-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.flying-cattle/mybatis-all-spring-boot-starter/
implementation 'com.github.flying-cattle:mybatis-all-spring-boot-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.flying-cattle/mybatis-all-spring-boot-starter/
implementation ("com.github.flying-cattle:mybatis-all-spring-boot-starter:1.0.0.RELEASE")
'com.github.flying-cattle:mybatis-all-spring-boot-starter:jar:1.0.0.RELEASE'
<dependency org="com.github.flying-cattle" name="mybatis-all-spring-boot-starter" rev="1.0.0.RELEASE">
<artifact name="mybatis-all-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.flying-cattle', module='mybatis-all-spring-boot-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.flying-cattle" % "mybatis-all-spring-boot-starter" % "1.0.0.RELEASE"
[com.github.flying-cattle/mybatis-all-spring-boot-starter "1.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter Optional | jar | 2.0.2.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.2.RELEASE |
| io.springfox : springfox-swagger2 | jar | 2.8.0 |
| io.springfox : springfox-swagger-ui | jar | 2.8.0 |
| org.projectlombok : lombok Optional | jar | 1.16.20 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.2 |
| com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.2.5 |
| com.alibaba : druid-spring-boot-starter | jar | 1.1.10 |