一个简单的mybatis的扩展,用标注的方法运行时生成mybatis脚本。
License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.xmybatis |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionx-mybatis
A simple extends package for mybatis
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-0.2.pom | |
core-0.2.jar | 16 KB |
core-0.2-sources.jar | 9 KB |
core-0.2-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xmybatis/core/ -->
<dependency>
<groupId>com.github.xmybatis</groupId>
<artifactId>core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xmybatis/core/
implementation 'com.github.xmybatis:core:0.2'
// https://jarcasting.com/artifacts/com.github.xmybatis/core/
implementation ("com.github.xmybatis:core:0.2")
'com.github.xmybatis:core:jar:0.2'
<dependency org="com.github.xmybatis" name="core" rev="0.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xmybatis', module='core', version='0.2')
)
libraryDependencies += "com.github.xmybatis" % "core" % "0.2"
[com.github.xmybatis/core "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.3 |
org.apache.commons : commons-lang3 | jar | 3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.12 |
一个简单的mybatis的扩展,用标注的方法运行时生成mybatis脚本。