一个简单的mybatis的扩展,用标注的方法运行时生成mybatis脚本。
License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.xmybatis |
ArtifactId | ArtifactIdxmybatis-core |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxmybatis-core
A simple extends package for mybatis
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xmybatis-core-0.2.1.pom | |
xmybatis-core-0.2.1.jar | 16 KB |
xmybatis-core-0.2.1-sources.jar | 9 KB |
xmybatis-core-0.2.1-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xmybatis/xmybatis-core/ -->
<dependency>
<groupId>com.github.xmybatis</groupId>
<artifactId>xmybatis-core</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xmybatis/xmybatis-core/
implementation 'com.github.xmybatis:xmybatis-core:0.2.1'
// https://jarcasting.com/artifacts/com.github.xmybatis/xmybatis-core/
implementation ("com.github.xmybatis:xmybatis-core:0.2.1")
'com.github.xmybatis:xmybatis-core:jar:0.2.1'
<dependency org="com.github.xmybatis" name="xmybatis-core" rev="0.2.1">
<artifact name="xmybatis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xmybatis', module='xmybatis-core', version='0.2.1')
)
libraryDependencies += "com.github.xmybatis" % "xmybatis-core" % "0.2.1"
[com.github.xmybatis/xmybatis-core "0.2.1"]
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脚本。