Testing ground for Play 2.4 module creation
This basic Play module test does contain an issue regarding Assets routing. Check stackoverflow.com question for a detailed issue description.
The current project follows the standard SBT Maven layout.
This is achieved using the new experimental PlayLayoutPlugin feature introduced in 2.4.x
as disablePlugins(PlayLayoutPlugin) in build.sbt file.
Official reference: https://playframework.com/documentation/2.4.x/Anatomy
First publish the current module locally:
activator publish-local
Then run it from psmaster1 example Play application available at:
git clone https://github.com/refond/psmaster1
cd psmaster1
activator run
Basic tests are found in psmaster1 project src/main/test/scala
Cannot be run as a Play application anymore as it has:
- Empty src/main/resources/application.conf file (presence allows for )
- Specific src/main/resources/psmod1.routes route file