MVN

org.njgzr : easy-mybatis-plus

Maven & Gradle

Sep 09, 2021

easy-mybatis-plus · 使用mybatis-plus更简单,包含了代码生成器(CodeGenerator类),只需要在main函数配置简单的数据库信息,重写了controller,service,serviceImpl, 统一了controller的返回格式, 加入了mybatis缓存, 默认加载分页,sql性能分析,乐观锁插件等,帮助快速构建web项目, 增加了AESEncryptHandler,实现敏感字段加密存储, 加入了分表插件 加入knife4j作为接口文档访问地址为http://ip:port/doc.html

<dependency>
    <groupId>org.njgzr</groupId>
    <artifactId>easy-mybatis-plus</artifactId>
    <version>1.1.4.T</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.njgzr : easy-mybatis-plus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4.T

All Versions

Choose a version of org.njgzr : easy-mybatis-plus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
easy-mybatis-plus-1.1.4.T
easy-mybatis-plus-1.1.3.T
easy-mybatis-plus-1.1.2.T
easy-mybatis-plus-1.1.2
easy-mybatis-plus-1.1.1
easy-mybatis-plus-1.1.0
1.0.x
easy-mybatis-plus-1.0.13
easy-mybatis-plus-1.0.12
easy-mybatis-plus-1.0.11
easy-mybatis-plus-1.0.10
easy-mybatis-plus-1.0.9
easy-mybatis-plus-1.0.8
easy-mybatis-plus-1.0.7
easy-mybatis-plus-1.0.6

How to add a dependency to Maven

Add the following org.njgzr : easy-mybatis-plus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.njgzr</groupId>
    <artifactId>easy-mybatis-plus</artifactId>
    <version>1.1.4.T</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.njgzr : easy-mybatis-plus gradle dependency to your build.gradle file:

implementation 'org.njgzr:easy-mybatis-plus:1.1.4.T'

Gradle Kotlin DSL: Add the following org.njgzr : easy-mybatis-plus gradle kotlin dependency to your build.gradle.kts file:

implementation("org.njgzr:easy-mybatis-plus:1.1.4.T")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.njgzr : easy-mybatis-plus sbt scala dependency to your build.sbt file:

libraryDependencies += "org.njgzr" % "easy-mybatis-plus" % "1.1.4.T"