DOC

com.github.NyBatis : NyBatisCore

Maven & Gradle

Jul 22, 2016
3 stars

NyBatisCore · Nybatis Data Mapper Framework 1. Logging based on logback but further simple 2. Configuration 3. Message 4. Database It can substitute iBasit or MyBatis. It is very simple but powerful to use 5. Util It provides following utility class - FileUtil - StringUtil - ClassUtil - Reflector - Validator - StopWatcher - ExcelFileUtil this module will run when including following optinal dependency <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>3.11</version> </dependency> OR <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId> <version>2.6.12</version> </dependency>

Table Of Contents

Latest Version

Download com.github.NyBatis : NyBatisCore Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.NyBatis : NyBatisCore Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file NyBatisCore-0.5.0-javadoc.jar to NyBatisCore-0.5.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder NyBatisCore-0.5.0-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 "NyBatisCore-0.5.0-sources.jar" -d "NyBatisCore-0.5.0-javadoc" -subpackages 

Advertisement