mybatis / jpetstore-6

A web application built on top of MyBatis 3, Spring 3 and Stripes
http://www.mybatis.org/spring/sample.html
Apache License 2.0
576 stars 1.37k forks source link
java samples

MyBatis JPetStore

Java CI Container Support Coverage Status License

mybatis-jpetstore

JPetStore 6 is a full web application built on top of MyBatis 3, Spring 5 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).

Run on Docker

docker build . -t jpetstore
docker run -p 8080:8080 jpetstore

or with Docker Compose:

docker compose up -d

Try integration tests

Perform integration tests for screen transition.

$ ./mvnw clean verify -P tomcat90