Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 349 Bytes

File metadata and controls

16 lines (10 loc) · 349 Bytes

A multi-module Scala project with Scalatra

Features

  • Three modules
  • cats – a module with a Scalatra servlet
  • dogs – a module with a Scalatra servlet
  • web-application – a module for creating .war files

Running tests

mvn test

Running the web application

Open the class WebServer in IDE and run its main method.