yellow88488 / scalatra-test

scalatra web test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scalatra Maven Prototype

Updated to run against Scalatra 2.6.3 and Scala 2.6.3

Also uses the new recommended com.j.ScalatraBootstrap/Lifecyle

scalatra-maven-prototype is a port of scalatra-sbt-prototype as an Apache Maven project.

scalatra-sbt-prototype is the defacto getting started example for the Scalatra framework. It uses SBT, which is great. This is its port to Apache Maven.

Why Apache Maven? So that your Scalatra project plays nice with your existing Maven infrastructure.

Getting started

  1. Change directory into your clone:

     cd my-app
    
  2. Maven build

     mvn install
    
  3. Start Jetty

     mvn jetty:run
    
  4. Go to http://localhost:8080/flower/all

Learn more about Scalatra
Learn more about Quill

About

scalatra web test


Languages

Language:Scala 59.1%Language:Shell 36.0%Language:Batchfile 4.9%