Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/felipebonezi/play-ground
- Owner: felipebonezi
- License: apache-2.0
- Created: 2018-09-02T12:38:04.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T06:14:19.000Z (19 days ago)
- Last Synced: 2024-10-21T09:04:56.433Z (19 days ago)
- Topics: boilerplate, java, playframework, scala
- Language: Java
- Homepage:
- Size: 161 KB
- Stars: 7
- Watchers: 5
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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"
```