e

easysql

Fast sql executor, similar to mybatisPlus, business can be used directly
https://github.com/shanpengchong/easyapi
The Apache Software License, Version 2.0
easyutil
文件下载
文件名 操作
easysql-1.2.jar 下载
easysql-1.2.pom 下载
easysql-1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.easyutil</groupId>
  <artifactId>easysql</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'cn.easyutil:easysql:1.2'
Gradle Kotlin
implementation("cn.easyutil:easysql:1.2")
Scala SBT
libraryDependencies += "cn.easyutil" % "easysql" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='cn.easyutil', module='easysql', version='1.2')
)
Apache Ivy
<dependency org="cn.easyutil" name="easysql" rev="1.2" />
Leiningen
[cn.easyutil/easysql "1.2"]
Apache Buildr
'cn.easyutil:easysql:jar:1.2'