DOC

site.peaklee.framework : spring-boot-netty-starter

Maven & Gradle

Apr 18, 2023

spring-boot-netty-starter · spring-boot-netty-starter It is an integration framework for sprint boot and netty. For students who are not familiar with netty, it can quickly develop socket servers based on netty. It implements a large number of annotations and process interceptors, which can seamlessly connect with sprint boot for rapid development.

Table Of Contents

Latest Version

Download site.peaklee.framework : spring-boot-netty-starter Javadoc & API Documentation - Latest Versions:

All Versions

Download site.peaklee.framework : spring-boot-netty-starter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2022.1.x
2022.0.x

How to open Javadoc JAR file in web browser

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