2014-09-25 4 views
1

나는 처음으로 Play Framework을 시험해 보았고 나는 Activator를 사용하여 Play 2.3.4 프로젝트를 만들었다. 나는 UI를 사용하여 요청/배우를 검사 할 때,이 메시지를 얻을 : 검사 물건은 정말 멋진 것 때문에 어떻게하면 Play Framework 2.3.3을 다운로드 할 수 있습니까?

No requests found. There could be two reasons for this: 
either there haven't been any requests to your 
Play application yet or you're running an unsupported 
Play version (>2.3.3) 

, 나는 행동을보고 싶었을, 그래서 2.3를 설치하고 싶습니다. 삼.

재생 다운로드 페이지 (https://www.playframework.com/download)에서 현재 버전 (2.3.4) 및 이전 버전 (2.3.1, 2.3.2, 2.3.3)을 다운로드하는 링크는 모두 같은 위치 (http://downloads.typesafe.com/typesafe-activator/1.2.10/typesafe-activator-1.2.10-minimal.zip)를 가리 킵니다.). 그 activator를 사용하여 play 프로젝트를 만들 때마다 매번 같은 2.3.4 버전을 얻습니다.

어떻게 2.3.3 프로젝트를 설정할 수 있습니까? 프로젝트/plugins.sbt 라인

답변

4

변경 : 다음

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.3") 

그리고 reload 전화를 걸거나 활성을 다시 시작 (SBT)