https://github.com/mariussoutier/playframework-module-seed
Seed project to start writing Playframework modules
https://github.com/mariussoutier/playframework-module-seed
playframework scala seed tutorial
Last synced: 8 months ago
JSON representation
Seed project to start writing Playframework modules
- Host: GitHub
- URL: https://github.com/mariussoutier/playframework-module-seed
- Owner: mariussoutier
- Created: 2017-02-02T20:52:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T17:30:15.000Z (about 9 years ago)
- Last Synced: 2025-04-20T03:33:14.661Z (10 months ago)
- Topics: playframework, scala, seed, tutorial
- Language: Scala
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Play Module Seed
Seed project to get you started to write a Playframework 2.5 module. A module is 2.5+'s version of a Play plugin
featuring dependency injection. Reusable generic code should be factored out into independent modules.
You can run a module as if it were a Play app by specifying `reference.conf` as the config file.
To write your own module, simply clone this one, change the package from `com.mariussoutier.play` to yours and look for
everything marked with `TODO`.