lit-box

a simple orm tools

License

License

GroupId

GroupId

com.github.liulus
ArtifactId

ArtifactId

lit-box
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

lit-box
a simple orm tools
Project URL

Project URL

https://github.com/liulus/lit-box
Source Code Management

Source Code Management

https://github.com/liulus/lit-box

Download lit-box

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.liulus/lit-box/ -->
<dependency>
    <groupId>com.github.liulus</groupId>
    <artifactId>lit-box</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liulus/lit-box/
implementation 'com.github.liulus:lit-box:1.0.0'
// https://jarcasting.com/artifacts/com.github.liulus/lit-box/
implementation ("com.github.liulus:lit-box:1.0.0")
'com.github.liulus:lit-box:jar:1.0.0'
<dependency org="com.github.liulus" name="lit-box" rev="1.0.0">
  <artifact name="lit-box" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liulus', module='lit-box', version='1.0.0')
)
libraryDependencies += "com.github.liulus" % "lit-box" % "1.0.0"
[com.github.liulus/lit-box "1.0.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

lit 工具集合

此工具集是工作中对一些框架的封装, 简便使用

内容

  • lit-jdbc: 对spring jdbc 的封装, 自动完成常用增删改查操作, 简便sql拼写
  • lit-mybatis: 对mybatis封装了BaseMapper, 方便操作

如何使用

Versions

Version
1.0.0