From 08e10b32634960c24924cebe5a4c37e88c3e8818 Mon Sep 17 00:00:00 2001 From: Oussama Ouklich <48165230+ilkou@users.noreply.github.com> Date: Thu, 20 May 2021 16:11:54 +0100 Subject: [PATCH] Update "What You Will Need" Section Use `The raw.githubusercontent.com` domain to serve unprocessed versions of 2 files, and eventually adding the 2nd option (To **skip the basics**) to the "What You Will Need" Section --- README.adoc | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.adoc b/README.adoc index d4c9223..4458808 100644 --- a/README.adoc +++ b/README.adoc @@ -16,14 +16,12 @@ You will build a microservice application that uses Spring Cloud LoadBalancer to client-side load-balancing in calls to another microservice. -== What You Will Need - -* About 15 minutes -* A favorite text editor or IDE -* JDK 1.8 or later -* Gradle 6+ or Maven 3.5+ -* You can also import the code straight into your IDE: -* Spring Tool Suite (STS) or IntelliJ IDEA +== What You Need + +:java_version: 1.8 +include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/prereq_editor_jdk_buildtools.adoc[] + +include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/how_to_complete_this_guide.adoc[] [scratch] == Create a Root Project