DOC

cn.soboys : rest-api-spring-boot-starter

Maven & Gradle

Jul 22, 2023
123 stars

rest-api-spring-boot-starter · SpringBoot Easy Fast Rest WEB 基于SpringBoot Web 快速构建API脚手架 解决重复繁琐工作 高效开发SpringBoot Web API 接口 轻松自定义自己RestFull API使用 全局错误拦截,参数校验, 错误国际化 ,自定义错误响应 ,业务异常断言 ,Redis 工具库使用 统一key管理 spring cache缓存实现,RestTemplate 请求工具 ,日志使用 ,集成mybatisPlus一键代码生成,日志记录,服务监控,支持日志链路查询。自定义数据源,JWT权限认证等更多功能

Table Of Contents

Latest Version

Download cn.soboys : rest-api-spring-boot-starter Javadoc & API Documentation - Latest Versions:

All Versions

Download cn.soboys : rest-api-spring-boot-starter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.0.x

How to open Javadoc JAR file in web browser

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