How to use sbt with Google App Engine?

后端 未结 7 1832
北海茫月
北海茫月 2021-01-31 05:08

Has anybody tried to setup sbt to work with Google App Engine? I dream about using development server auto-reloading after source changes.

7条回答
  •  情歌与酒
    2021-01-31 05:51

    Found this post in Google search. Since all provided examples are quite old I created two sample projects based on what I found online

    • Sample GAE app written in Scala using Scalatra 2.0.5, Scala 2.10.3 and SBT 0.13 https://github.com/cppexpert/scalatra-google-app-engine-app

    • Sample GAE app written in Scala using Unfiltered 0.7, Scala 2.10.3 and SBT 0.13 https://github.com/cppexpert/sample-scala-google-app-engine-app

提交回复
热议问题