DOC

io.github.eaopen : eap-framework

Maven & Gradle

Oct 20, 2023
28 stars

该包是技术组件,每个子包,代表一个组件。每个组件包括两部分: 1. core 包:是该组件的核心封装 2. config 包:是该组件基于 Spring 的配置 技术组件,也分成两类: 1. 框架组件:和我们熟悉的 MyBatis、Redis 等等的拓展 2. 业务组件:和业务相关的组件的封装,例如说数据字典、操作日志等等。 如果是业务组件,Maven 名字会包含 biz

Table Of Contents

Latest Version

Download io.github.eaopen : eap-framework Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.eaopen : eap-framework Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2.x

How to open Javadoc JAR file in web browser

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