x-mybatis

A simple extends package for mybatis

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.xmybatis
ArtifactId

ArtifactId

core
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

x-mybatis
A simple extends package for mybatis
Project URL

Project URL

https://github.com/xmybatis/core
Source Code Management

Source Code Management

https://github.com/xmybatis/core

Download core

How to add to project

<!-- 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"]

Dependencies

compile (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

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.12

Project Modules

There are no modules declared in this project.

一个简单的mybatis的扩展,用标注的方法运行时生成mybatis脚本。

Versions

Version
0.2