hysoftwareeng / jpetstore-6

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

Home Page:http://www.mybatis.org/spring/sample.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyBatis JPetStore

Build Status Coverage Status Dependency Status License

mybatis-jpetstore

JPetStore 6 is a full web application built on top of MyBatis 3, Spring 4 and Stripes.

Essentials

Other versions that you may want to know about

Running with Tomcat

Running JPetStore sample under Tomcat (using the cargo-maven2-plugin).

  • Clone this repository

    $ git clone https://github.com/mybatis/jpetstore-6.git
    
  • Build war file

    $ cd jpetstore-6
    $ mvn clean package
    
  • Startup the Tomcat server and deploy web application

    $ mvn cargo:run
    

    Note:

    We provide some maven profiles as follow:

    • tomcat90 : Running under the Tomcat 9.0
    • tomcat85 : Running under the Tomcat 8.5 (default profile)
    • tomcat80 : Running under the Tomcat 8.0
    • tomcat70 : Running under the Tomcat 7.0
    $ mvn cargo:run -P tomcat90
    
  • Run application in browser http://localhost:8080/jpetstore/

  • Press Ctrl-C to stop the server.

About

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

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

License:Apache License 2.0


Languages

Language:Java 86.7%Language:HTML 5.8%Language:CSS 5.5%Language:Shell 1.9%