jar

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 JAR file - Latest Versions:

All Versions

Download cc.liloo : spark-mini JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spark-mini-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cc.liloo.spark.common

├─ cc.liloo.spark.common.Static.class - [JAR]

cc.liloo.spark.router

├─ cc.liloo.spark.router.Router.class - [JAR]

├─ cc.liloo.spark.router.RouterHandler.class - [JAR]

cc.liloo.spark.filter

├─ cc.liloo.spark.filter.ContentTypeFilter.class - [JAR]

├─ cc.liloo.spark.filter.EncodingFilter.class - [JAR]

├─ cc.liloo.spark.filter.IPFilter.class - [JAR]

cc.liloo.spark.clazz

├─ cc.liloo.spark.clazz.ClassSearcher.class - [JAR]

├─ cc.liloo.spark.clazz.Reflect.class - [JAR]

├─ cc.liloo.spark.clazz.ReflectException.class - [JAR]