License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdorg.rockyang |
ArtifactId | ArtifactIdmybatis-spring-boot |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMyBatis 增强工具包,实现了便捷的单表 CRUD,各种自定义条件查询,以及物理分页查询
|
Filename | Size |
---|---|
mybatis-spring-boot-1.5.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rockyang/mybatis-spring-boot/ -->
<dependency>
<groupId>org.rockyang</groupId>
<artifactId>mybatis-spring-boot</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.rockyang/mybatis-spring-boot/
implementation 'org.rockyang:mybatis-spring-boot:1.5.0'
// https://jarcasting.com/artifacts/org.rockyang/mybatis-spring-boot/
implementation ("org.rockyang:mybatis-spring-boot:1.5.0")
'org.rockyang:mybatis-spring-boot:pom:1.5.0'
<dependency org="org.rockyang" name="mybatis-spring-boot" rev="1.5.0">
<artifact name="mybatis-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.rockyang', module='mybatis-spring-boot', version='1.5.0')
)
libraryDependencies += "org.rockyang" % "mybatis-spring-boot" % "1.5.0"
[org.rockyang/mybatis-spring-boot "1.5.0"]