/jpetstore-6

A web application built on top of MyBatis 3, Spring 3 and Stripes

Primary LanguageJavaApache License 2.0Apache-2.0

MyBatis JPetStore

Build Status

mybatis-jpetstore

JPetStore 6 is a full web application built on top of MyBatis 3, Spring 3 and Stripes. It is available for downloading in the downloads section of MyBatis project site. In this section we will walk through this sample to understand how is it built and learn how to run it.

See: http://www.mybatis.org/spring/sample.html

Running with Tomcat 7

Running JPetStore sample under Tomcat 7 (using maven).

  • Clone this repository
  • Open command prompt/shell and change to cloned directory
  • Issue following command to run project using Tomcat 7

mvn clean tomcat7:run