DOC

org.hswebframework.web : hsweb-framework

Maven & Gradle

Aug 04, 2023
1 usages
8.2k stars

hsweb framework · hsweb (haʊs wɛb) 是一个用于快速搭建企业后台管理系统的基础项目,集成一揽子便捷功能如:通用增删改查,在线代码生成,权限管理(可控制到列和行),动态多数据源分布式事务,动态脚本,动态定时任务,在线数据库维护等等

Table Of Contents

Latest Version

Download org.hswebframework.web : hsweb-framework Javadoc & API Documentation - Latest Versions:

All Versions

Download org.hswebframework.web : hsweb-framework Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.0.x
3.0.x

How to open Javadoc JAR file in web browser

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

Advertisement