https://github.com/guizmaii/playscala-runtimedi-jsonhttperrorhandler
Play Scala (with runtime DI) JsonHttpErrorHandler example project
https://github.com/guizmaii/playscala-runtimedi-jsonhttperrorhandler
dependency-injection json playframework rest-api runtime scala
Last synced: 2 months ago
JSON representation
Play Scala (with runtime DI) JsonHttpErrorHandler example project
- Host: GitHub
- URL: https://github.com/guizmaii/playscala-runtimedi-jsonhttperrorhandler
- Owner: guizmaii
- Created: 2018-09-26T10:24:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T10:41:10.000Z (almost 8 years ago)
- Last Synced: 2025-04-07T15:54:40.830Z (about 1 year ago)
- Topics: dependency-injection, json, playframework, rest-api, runtime, scala
- Language: Scala
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlayScala-RuntimeDI-JsonHttpErrorHandler
Play Scala (with runtime DI) JsonHttpErrorHandler example project
## Note of the author
If you're planning to use Play with Scala, prefer the compile time dependency injection.
An equivalent project using compile time DI can be found here:
https://github.com/guizmaii/PlayScala-CompileTimeDI-JsonHttpErrorHandler