DOC

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

Table Of Contents

Latest Version

Download org.njgzr : easy-mybatis-plus Javadoc & API Documentation - Latest Versions:

All Versions

Download org.njgzr : easy-mybatis-plus Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file easy-mybatis-plus-1.1.4.T-javadoc.jar to easy-mybatis-plus-1.1.4.T-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder easy-mybatis-plus-1.1.4.T-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "easy-mybatis-plus-1.1.4.T-sources.jar" -d "easy-mybatis-plus-1.1.4.T-javadoc" -subpackages