An open API service indexing awesome lists of open source software.

https://github.com/n370/spark-quickstart

A barebones seed repository for starting Spark Java micro framework projects.
https://github.com/n370/spark-quickstart

java micro-framework spark sparkjava sparkjava-framework

Last synced: 3 months ago
JSON representation

A barebones seed repository for starting Spark Java micro framework projects.

Awesome Lists containing this project

README

          

## Spark Quickstart
> A barebones seed repository for starting Spark Java micro framework projects.

```bash
mvn package
java -cp target/spark-quickstart-1.0-SNAPSHOT-jar-with-dependencies.jar com.quickstart.app.App
```

Go to http://localhost:4567/hello to see the "Hello World" message.

## Resources

http://www.oracle.com/technetwork/java/javase/downloads/index.html
http://sparkjava.com/tutorials/maven-setup
https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
https://maven.apache.org/plugins/maven-assembly-plugin/usage.html