Tag Archives: Spring Boot

How to make multipart requests with file and object through autogenerated code defined in OpenAPI

This article explains how to create a Spring Boot endpoint using OpenAPI to receive objects and, optionally, files through multipart form data, focusing on deserialization and validation of incoming objects. Continue reading

Posted in Solutions | Tagged , , , , , , , , , , , , , | Leave a comment

How to make multipart requests with files through autogenerated code defined in OpenAPI

This article provides a clear tutorial on generating infrastructure code defined in OpenAPI schema for your custom Spring Boot application and handling multipart file uploads through an autogenerated REST endpoint. Continue reading

Posted in Solutions | Tagged , , , , , , | Leave a comment

3 ways how to kill Spring Boot application at port 8080 on Windows

This article is a simple tutorial on how to kill your Spring Boot application which occupies port 8080 on Windows Continue reading

Posted in Bug hunt | Tagged , , , , , , , , , , , , , , , | Leave a comment

How to set a hot-swap on your Java project in IntelliJ Idea

In this article, we will look at how to hot-swap changes Continue reading

Posted in IDE | Tagged , , , , , | Leave a comment