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
Under dependecies.yml
require:
- play → autoroute 0.1
Under applicaton.conf
autoroute.format=json,xml (you want)