How to use sbt with Google App Engine?

2019-03-08 16:02发布

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

7条回答
啃猪蹄的小仙女
2楼-- · 2019-03-08 16:35

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.

查看更多
登录 后发表回答