DOC

io.github.tf2jaguar.micro : micro-core

Maven & Gradle

Jun 16, 2022
1 stars

micro-core · 自定义服务异常枚举时实现 `ExceptionEnums` 如内置的常用异常状态枚举的实现方式 `public enum ErrorEnums implements ExceptionEnums`;封装了接口交互的出入参数格式类(通过 `micro-codec` 模块完成出入参数自动封装、解封装)

Table Of Contents

Latest Version

Download io.github.tf2jaguar.micro : micro-core Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.tf2jaguar.micro : micro-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x

How to open Javadoc JAR file in web browser

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