Zooplus Order Management Service
Local System Requirements
For building and running the application you need:
- JDK 11
- Maven 3
Steps to run the application locally
-
Build the project using
mvn clean install
-
There are several ways to run a Spring Boot application on your local machine. One way is to execute the
main
method in thecom.zooplus.orderManagementService.OrderManagementServiceApplication
class from your IDE. -
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run
- The web application is accessible via localhost:8080