Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 376 Bytes

README.textile

File metadata and controls

26 lines (15 loc) · 376 Bytes

Play! Playframework auto route Plugin

Example

You just writed routes file
GET /users/1 Application.home

generated the code as below

GET /users/1.json Application.home
or
GET /users/1.xml Application.home

Installation

Under dependecies.yml
require:
- play → autoroute 0.1

Configuration

Under applicaton.conf
autoroute.format=json,xml (you want)