scala

[play2] Request 매개변수 전달하기

'김용환' 2017. 4. 19. 11:21



routes 파일에 request 매개변수를 주려면 다음과 같이 진행한다. 



GET     /update/:dbNumber/:actorId         controllers.HomeController.update(dbNumber: Int, actorId: Long)