How to use sbt with Google App Engine?

后端 未结 7 2012
北海茫月
北海茫月 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

    I wrote an example application describing how to set up a development environment and create an application using SBT and app engine. It also includes instructions on setting up JRebel to get the auto reloading you dream of.

    See http://jeremys-scala-example.appspot.com/

    It is for SBT 0.7 so its a little out of date.

提交回复
热议问题