An Intro to Spring HATEOAS 1. Overview This article explains the process of creating hypermedia-driven REST web service using the Spring HATEOAS project. 2. Spring-HATEOAS The Spring HATEOAS project is a library of APIs that we can use to easily create REST representations that follow the principle of HATEOAS (Hypertext… Continue Reading spring-hateoas-tutorial

MaxUploadSizeExceededException in Spring 1. Overview In the Spring framework, a MaxUploadSizeExceededException is thrown when an application attempts to upload a file whose size exceeds a certain threshold as specified in the configuration. In this tutorial, we will take a look at how to specify a maximum upload size. Then we… Continue Reading spring-maxuploadsizeexceeded