Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 750 Bytes

File metadata and controls

34 lines (23 loc) · 750 Bytes

Step 1: Getting Started

Check Java

You'll need Java 21 or newer for this workshop.

Check Docker

In this workshop we use LocalStack Docker container, so you must have Docker environment running on your machine.

You can check the Docker availability by running:

$ docker version

Download the project

Clone the following project from GitHub to your computer:
https://github.com/awspring/springio-2025-develop-spring-applications-on-aws/

Build the project to download the dependencies

With Gradle:

./gradlew build -x check

Start Localstack

docker-compose up

Next