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

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

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