Skip to content

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

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.txt
Notifications You must be signed in to change notification settings

mantech-accordion/jpetstore-6

 
 

Repository files navigation

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

Run on Application Server

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
    $ ./mvnw clean package
    
  • Startup the Tomcat server and deploy web application

    $ ./mvnw cargo:run -P tomcat85
    

    Note:

    We provide maven profiles per application server as follow:

    Profile Description
    tomcat90 Running under the Tomcat 9.0 (Milestone version)
    tomcat85 Running under the Tomcat 8.5
    tomcat80 Running under the Tomcat 8.0
    tomcat70 Running under the Tomcat 7.0
    tomee Running under the TomEE 7
    wildfly11 Running under the WildFly 11 (CR version)
    wildfly10 Running under the WildFly 10
    liberty Running under the WebSphere Liberty 17
    jetty Running under the Jetty 9
    glassfish Running under the GlassFish 4
    resin Running under the Resin 4
  • Run application in browser http://localhost:8080/jpetstore/

  • Press Ctrl-C to stop the server.

Try integration tests

Perform integration tests for screen transition.

Requires:

  • Running the JPetStore on 8080 port
  • JDK 8
$ ./mvnw test -P itest

About

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

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.0%
  • HTML 4.5%
  • CSS 4.2%
  • Shell 1.3%