/spring-patch-updates

Code for an article written about partial updates with Spring Boot

Primary LanguageJava

Partial Updates (PATCH) with Spring Boot

This an example project for this article, where i talk processing PATCH requests properly with Spring Boot.

Installation

Be sure to have JDK and Maven installed in your system, and then execute the project by running:

mvn spring-boot:run

Have fun exploring the code :-D.