Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't want to lose the About 15 minutes line. That's a marketing point for the guides.


: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
Expand Down