Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/felipebonezi/play-ground

A boilerplate project for Play! Framework projects. Develop faster with wrapped operations such as CRUD, Repositories, JWT, etc.
https://github.com/felipebonezi/play-ground

boilerplate java playframework scala

Last synced: about 8 hours ago
JSON representation

A boilerplate project for Play! Framework projects. Develop faster with wrapped operations such as CRUD, Repositories, JWT, etc.

Awesome Lists containing this project

README

        

# play-ground

[![CI](https://github.com/felipebonezi/play-ground/actions/workflows/continouos-integration.yml/badge.svg)](https://github.com/felipebonezi/play-ground/actions/workflows/continouos-integration.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/56ea88cd8146afd188c0/maintainability)](https://codeclimate.com/github/felipebonezi/play-ground/maintainability)
[![Version](https://img.shields.io/github/v/release/felipebonezi/play-ground?logo=java)](https://github.com/felipebonezi/play-ground/releases)
[![CLA assistant](https://cla-assistant.io/readme/badge/felipebonezi/play-ground)](https://cla-assistant.io/felipebonezi/play-ground)
[![Licence](https://img.shields.io/github/license/felipebonezi/play-ground?color=blue)](https://github.com/felipebonezi/play-ground/blob/main/LICENSE)

Core classes & models to re-use on your [Play! Framework](https://playframework.com/) project.

### How to use?

```scala
libraryDependencies += "io.github.felipebonezi" %% "play-ground" % "X.Y.Z"
```