Demo of a Java e-commerce web site using Spring Framework.
Requirements:
- Maven
- Java 8
To build type:
mvn compile
To test type:
mvn test
To run type:
mvn spring-boot:run
When project is running, navigate to:
localhost:8080
In addition to Diffblue's normal coding standards this repository applies (via Checkstyle) Google's Java style.
Copyright 2016-2018 Diffblue Limited. All rights reserved.