License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.yelong0216 |
ArtifactId | ArtifactIdyelong-mybatis-spring |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionyelong-mybatis-spring
Mybatis+Spring+YelongCore 的集成。
简化了Mybatis对简单Model的增删改查操作
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-mybatis-spring/ -->
<dependency>
<groupId>com.github.yelong0216</groupId>
<artifactId>yelong-mybatis-spring</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-mybatis-spring/
implementation 'com.github.yelong0216:yelong-mybatis-spring:2.2.0'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-mybatis-spring/
implementation ("com.github.yelong0216:yelong-mybatis-spring:2.2.0")
'com.github.yelong0216:yelong-mybatis-spring:jar:2.2.0'
<dependency org="com.github.yelong0216" name="yelong-mybatis-spring" rev="2.2.0">
<artifact name="yelong-mybatis-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-mybatis-spring', version='2.2.0')
)
libraryDependencies += "com.github.yelong0216" % "yelong-mybatis-spring" % "2.2.0"
[com.github.yelong0216/yelong-mybatis-spring "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.yelong0216 : yelong-commons | jar | [2.2.0,2.3.0) |
com.github.yelong0216 : yelong-core | jar | [2.2.0,2.3.0) |
com.github.yelong0216 : yelong-support | jar | [2.2.0,2.3.0) |
org.mybatis : mybatis | jar | 3.5.2 |
com.github.pagehelper : pagehelper | jar | 5.1.4 |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.springframework : spring-webmvc | jar | 5.1.5.RELEASE |
org.springframework : spring-jdbc | jar | 5.1.5.RELEASE |