Skip to content

Releases: refond/psmaster1

Play specifc to standard SBT Maven project layout

30 Nov 13:52

Choose a tag to compare

First draft POC Play 2.4 application including a custom module

29 Nov 17:11

Choose a tag to compare

Basic Play 2.4 application made from play-scala template. POC for psmod1 module inclusion.

  • In build.sbt - Includes play.modules.enabled += com.escalesoft.psmod1.Psmod1Module
  • In conf/application.conf - Includes "com.escalesoft" %% "psmod1" % "0.0.2-SNAPSHOT" dependency
  • In conf/routes - Includes modules routing as -> /psmod1 psmod1.Routes