Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 895 Bytes

README-2nd.md

File metadata and controls

21 lines (14 loc) · 895 Bytes

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