DOC

cc.liloo : spark-mini

Maven & Gradle

Sep 16, 2017
1 stars

SparkMini · Spark - 一个基于 Java 8的小型Web框架 /A tiny web framework for Java 8 注意 : 这里的Spark不是用于大数据处理的Spark, 而是一个简单的Web框架, 这里是官方Github地址. Notice : This Spark is not used for large data processing Spark, but a simple Web framework, here is the official Github page. 这个项目是一个简单的封装, 为的是提供一种简单的启动方式, 而不是利用"繁重"的Web容器来提供Rest接口. This project is a simple wrapper, in order to provide a simple way to start, rather than the use of "heavy" Web container to provide Rest interface. 环境要求/Environment : Java8 Maven3.3

Table Of Contents

Latest Version

Download cc.liloo : spark-mini Javadoc & API Documentation - Latest Versions:

All Versions

Download cc.liloo : spark-mini Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

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