In this tutorial, we will how to customize Exceptions in Spring Boot REST Applications to suit our needs.
REST Services
SpringBoot CRUD application with AngularJS
This tutorial will demonstrate how to create a Spring Boot CRUD application using AngularJS as front end.
Getting started with Spring Boot RestTemplate
There are many ways to implement Rest client in SpringBoot however RestTemplate is definitely a simple and clear approach. In a nustshell, the RestTemplate is a Rest client offered by Spring’s spring-web module which provides methods to “consume” rest data. Let’s see a practical example of it:
How to document your REST Services using Springfox Swagger
Springfox Swagger is an useful tool to generate Swagger documentation from the RESTful services code. As you can see from this tutorial, it’s really just a matter of adding one Configuration class to your Spring Boot project ans you are done with it!
Getting started with HATEOAS and Spring Boot
What is HATEOAS ? Hypermedia as the Engine of Application State is one of the constraints of the REST application architecture.
How to parse JSON in Spring Boot using ObjectMapper
In this tutorial we will learn how to parse JSON using the ObjectMapper API in a Spring Boot application.
Using the HAL console to test Spring Boot REST Services
The HAL Browser is a web application that you can include in your REST project to allow simple management of your resources.