Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 1.35 KB

readme.md

File metadata and controls

38 lines (26 loc) · 1.35 KB

Getting Started

First Steps

Launch the application

Run the CustomerServiceApplication class directly or use Maven:

mvn spring-boot:run

or build the JAR and run

mvn package
java -jar target/customer-service-spring-0.0.1-SNAPSHOT.jar

Further

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely: