DOC

io.github.lmxy1990 : slimrpc-core

Maven & Gradle

Nov 13, 2018
7 stars

slimrpc-core · Based on netty, jdk's own dynamic proxy. Combine spring to encapsulate a simple and highly reliable rpc framework. Goal: Everything is simple, lightweight, and highly maintainable. Use only need to rely on jar package, simple configuration.

Table Of Contents

Latest Version

Download io.github.lmxy1990 : slimrpc-core Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.lmxy1990 : slimrpc-core 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 slimrpc-core-1.0.0-javadoc.jar to slimrpc-core-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder slimrpc-core-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 "slimrpc-core-1.0.0-sources.jar" -d "slimrpc-core-1.0.0-javadoc" -subpackages 

Advertisement