-
Pages
-
Recent Posts
- How to connect to an EC2 instance over SSH
- Simple algorithm for casting strings to double
- How to make multipart requests with file and object through autogenerated code defined in OpenAPI
- How to make multipart requests with files through autogenerated code defined in OpenAPI
- How to compile and run Java files on Windows
Categories
-
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
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
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 cmd, computer, error, IDE, IntelliJ Idea, PID, process, process ID, server container, servlet, shell, Spring, Spring Boot, Spring Boot application, Spring development, terminal
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 hotswap, IntelliJ, Open JDK, Spring Boot, Trava Open JDK, windows
Leave a comment