Chapter 2. Building RESTful Web Services with Maven and Gradle
As mentioned in the previous chapter, we will build a sample property management system as a RESTful web service. Before we dig into the implementation, let's first take a look at how the service will be put together. In this chapter, we will discuss the following topics:
- Building a RESTful web service with Apache Maven
- Building a RESTful web service with Gradle
- Structuring our property management web service
- Running and debugging a Spring-based web service