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
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.