Build And Deploy

Environment specific configuration

Based on the value of env in env.properties, the right set of configuration values would be used while running Smile. there are two types of data for configuration

  • Data - read from moduleName.conf file
  • Binders - Guice binding

Data for the env-name is is defined as <env-name>.<module-name>.conf => prod.sampledata.conf Binders : ProdSampleBinders.scala where you define the guice binding.

Server Mode vs Interactive Mode

Start-Server/Stop-Server