简体   繁体   中英

Failed to load project in Play framework

I am trying to learn the Play Framework using Java. The Play version is 2.4 and using Java 8. I am trying to learn to perform MySQL operations from Play Java. I used the activator ui to download the template computer-database-java . However, i get an error saying

(*:update) sbt.ResolveException: unresolved dependency: com.typesafe.play#sbt-fork-run-plugin;2.3.7: not found
Failed to load project.

How can i resolve this? Also, any tutorials for connecting and performing MySQL operations using Play...The official document is not that good.

goto computer-database-java\\project folder, edit both plugins.sbt and play-fork-run.sbt files, change 2.3.7 to 2.3.8 and it worked for me.

It seems the 2.3.7 was removed from the repositories.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM