DOC

com.pddon.framework : easy-spring-boot-api

Maven & Gradle

Mar 14, 2024
74 stars

easy-spring-boot-api · easy-spring-boot-api是一款服务器API开发神器,基于springboot,可以做到零配置零代码即可集成所有api开发需要基础能力。,集成该项目后,不用自己再去处理api安全、加签、验签、加解密、数据脱敏、异常处理、国际化、接口文档、错误码、缓存、分布式锁、应用、渠道管理等等功能。 还提供了java和typescript版本的项目,极大简化了web或者其他客户端应用接入api服务的流程。

Table Of Contents

Latest Version

Download com.pddon.framework : easy-spring-boot-api Javadoc & API Documentation - Latest Versions:

All Versions

Download com.pddon.framework : easy-spring-boot-api 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 easy-spring-boot-api-1.0.0-javadoc.jar to easy-spring-boot-api-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder easy-spring-boot-api-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 "easy-spring-boot-api-1.0.0-sources.jar" -d "easy-spring-boot-api-1.0.0-javadoc" -subpackages