DOC

io.github.aresxue.boot : ares-boot

Maven & Gradle

May 12, 2023

Ares Boot · 制定Java后端的统一标准,致力于优化Java开发者的编程体验,减少重复基础功能开发,屏蔽与业务无关的事项 Formulate a unified standard for the Java backend, devote itself to optimizing the programming experience of Java developers, reduce repetitive development of basic functions, and shield matters not related to business

Table Of Contents

Latest Version

Download io.github.aresxue.boot : ares-boot Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.aresxue.boot : ares-boot Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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