Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.8 KB

File metadata and controls

64 lines (41 loc) · 1.8 KB

Getting Started

Requirements

You can use SDKMAN to manage your Java and Maven runtimes, and there is a very good tutorial about how to use SDKMAN here.

  • Java 17
sdk install java 17.0.3.6.1-amzn
  • Maven 3.8.5
sdk install maven 3.8.5

Build and Run

Using Maven

Build

mvn clean install

Running only the Tests

mvn test

Running the application

mvn spring-boot:run

Using IDE

I used IntelliJ Idea from JetBrains to build this application but you also can use Eclipse, or Netbeans to run this application.

Documentation

References

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely: