DOC

com.upuphub : quick-profile

Maven & Gradle

Nov 13, 2019
2 stars

QuickProfileFramework · QuickProfileFramework for Java,基于Springboot自动注入配置,参考表驱动的思想,避免在庞大的查询修改中,需要繁琐冗杂的if else/switch case,可配置化的管理Profile信息。通过单一接口,实现要啥取啥。简单的配置管理复杂的Profile属性参数。

Table Of Contents

Latest Version

Download com.upuphub : quick-profile Javadoc & API Documentation - Latest Versions:

All Versions

Download com.upuphub : quick-profile Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

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