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

https://github.com/keuller/play-basic

Play Framework Basic Starter
https://github.com/keuller/play-basic

java lambda playframework

Last synced: 3 months ago
JSON representation

Play Framework Basic Starter

Awesome Lists containing this project

README

        

# play-basic

Play Framework Basic Starter

### Environment

You must have installed on your machine these component:

* Java 8+
* Maven 3.5+

### Getting Start

To start the project you must type on console:

```shell
$ mvn clean package package play2:run
```

To create deploy artifact for your project type:

```shell
$ mvn clean package play2:dist
```