Quick Start: Building a RESTful Web Service by Spring Tool Suite
This is an alternative Quick Start tutorial of building a simple RESTful web service. Instead of offering choices of tools, I have chosen the specific ones. What to Build Part 1: A web service that replies with a greeting; this part is primarily based on the guidance from spring.io Part 2: A web service that replies with an imaginary product price quote; an addition to the original guide Note: The replies, in JSON format, are from Tomcat Required Tools (1) Spring Tool Suite (version 4 in this tutorial) (2) JDK 8 or above (version 13 in this tutorial) PART 1: A web service that replies with a greeting Step 1 Install Spring Tool Suite, and launch it. Step 2 Fill out the New Spring Starter Project form to generate the starter codes. To launch the form: File > New > Spring Starter Project Fill out the two pages of the form as below. Page 1: Notice that Gradle type is chosen for this example. Change project Name, Group, Artifact, and Package to yours...