从Play Framework 2.3.x开始,Play WS是一个依赖库.参考:
http://playframework.com/documentation/2.3.x/Migration23
如何将其包含在SBT项目中?
回答:
"com.typesafe.play" %% "play-ws" % "2.3.1"
Run Code Online (Sandbox Code Playgroud) 如何使用App Engine功能与灵活的环境(原托管的虚拟机)?
例如,我的旧应用使用了Image API.如何在Fleixble环境中使用该API?
App Engine中的功能列表:https://cloud.google.com/appengine/docs/about-the-standard-environment
图片API:https://cloud.google.com/appengine/docs/about-the-standard-environment#images
灵活环境中兼容的App Engine API:https://cloud.google.com/appengine/docs/flexible/java/migrating-an-existing-app