Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 749 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 749 Bytes

lagom-practice

This project is based on the lagom/lagom-scala.g8 template. This application uses MySQL driver alternative to Cassandra driver.

If you want to introduce API gateway pattern, the web gateway depends on PlayScala.

Requirements

  • JDK
  • Scala 2.11.8
  • SBT

Setup

First of all, you need to create a database for the application and prepare for JDBC settings.

Run

sbt runAll

Reference