根据迁移文档 和playframework 2.5.4的新应用文档,我有如下的项目结构.
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.4")
Run Code Online (Sandbox Code Playgroud)
name := """ProjectNameWebProxy"""
version := "1.0"
lazy val root = (project in file(".")).enablePlugins(PlayJava)
Run Code Online (Sandbox Code Playgroud)
但是没有找到依赖关系
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: com.typesafe.play#play-server_2.10;2.5.4: not found
:: com.typesafe.play#play-java_2.10;2.5.4: not found
:: com.typesafe.play#play-netty-server_2.10;2.5.4: not found
:: com.typesafe.play#play-logback_2.10;2.5.4: not found
:: com.typesafe.play#play-test_2.10;2.5.4: not found
:: com.typesafe.play#play-omnidoc_2.10;2.5.4: not found
::::::::::::::::::::::::::::::::::::::::::::::
Run Code Online (Sandbox Code Playgroud)
请帮助我盯着Web代理上的演示项目.