DOC

io.github.aresxue.boot : ares-boot-base-config-adapter

Maven & Gradle

May 12, 2023

基础配置模块,数据库连接信息、rpc框架注册中心和中间件连接信息等都在其中维护,让业务开发人员无需关心 Base configuration modules, database connection information, rpc framework registry and middleware connection information are all maintained in it, so that business developers do not need to care

Table Of Contents

Latest Version

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

All Versions

Download io.github.aresxue.boot : ares-boot-base-config-adapter 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-base-config-adapter-1.0.0-javadoc.jar to ares-boot-base-config-adapter-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ares-boot-base-config-adapter-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-base-config-adapter-1.0.0-sources.jar" -d "ares-boot-base-config-adapter-1.0.0-javadoc" -subpackages