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: 10 months 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T03:01:16.000Z (10 months ago)
- Last Synced: 2025-04-12T04:19:53.297Z (10 months ago)
- Topics: boilerplate, java, playframework, scala
- Language: Java
- Homepage:
- Size: 161 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 22
-
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
[](https://github.com/felipebonezi/play-ground/actions/workflows/continouos-integration.yml)
[](https://codeclimate.com/github/felipebonezi/play-ground/maintainability)
[](https://github.com/felipebonezi/play-ground/releases)
[](https://cla-assistant.io/felipebonezi/play-ground)
[](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"
```