/autoroute

Playframework auto routing plugin

Primary LanguageJava

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)