play-scala-starter-example
play-scala-starter-example copied to clipboard
Play Scala Starter Template (ideal for new users!)
The link to download this repo located [here](https://www.playframework.com/documentation/2.7.x/HelloWorldTutorial#Starting-the-project) (as of 2019-03-12) as 'Play Starter Example Project' is out of sync with the rest of the tutorial that follows. This leads...
When loading the `play-scala-starter-example` project as a gradle project in intellij. The external libraries only shows java 1.8 related libraries. All the dependencies loaded via gradle are missing. I suspect...
Same as https://github.com/playframework/play-java-starter-example/pull/61
I am doing some load testing with the starter example. So for example ``` ab -n 100000 http://localhost:9000/count This is ApacheBench, Version 2.3 Copyright 1996 Adam Twiss, Zeus Technology Ltd,...