DOC

com.yishuifengxiao.common : common-starter

Maven & Gradle

Apr 15, 2020

common-starter · 易水公共组件是基于springboot的高度封装的通用型组件,在对spring security和spring security oauth2高度可定制化的功能封装外,还支持第三方登录和sso单点登录功能,使用户能够快速开启QQ登录和微信登录能力,搭建属于自己的认证/授权中心。此外,工具还提供各种常见的图形验证码、短信验证码和邮件验证码功能,并支持跨域设置和全局异常捕获功能,实现自定义异常信息提示。另外,组件还包含swagger接口文档功能,支持一键导出离线接口使用文档。最后,组件提供了大量丰富的配置属性,支持通过属性配置完成各项功能设置,真正实现零侵入、无缝接入功能

Table Of Contents

Latest Version

Download com.yishuifengxiao.common : common-starter Javadoc & API Documentation - Latest Versions:

All Versions

Download com.yishuifengxiao.common : common-starter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.2.x
4.1.x
4.0.x
3.0.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.2.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

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

Advertisement