JPetStore 6 is a full web application built on top of MyBatis 3, Spring 4 and Stripes.
- JPetstore on top of Spring, Spring MVC, MyBatis 3, and Spring Security https://github.com/making/spring-jpetstore
- JPetstore with Vaadin and Spring Boot with Java Config https://github.com/igor-baiborodine/jpetstore-6-vaadin-spring-boot
- with maven:
mvn clean install
- with gradle:
gradle clean build
Running JPetStore sample under Tomcat (using maven).
- Clone this repository
- Open command prompt/shell and change to cloned directory
- Issue following command to run project using Tomcat
mvn clean tomcat:run
- Run application in browser http://localhost:8080/jpetstore/
- Press Ctrl-C to stop the server.
gradle jettyRun
pybot -d target -x target/xunit.xml -v SERVER:IP:PORT src/test/test/