Article
In this article, we'll dive into the Swagger framework. We'll use Swagger2 to design, build, and document a Spring Boot RESTful API and Swagger UI to observe our endpoints and test them. What is Swagger? Swagger is the most widely used tool for building APIs compliant to the OpenAPI Specification...
Vuk Skobalj
In this article, we'll get introduced to the Spring Reactor project and its importance. The idea is to take advantage of the Reactive Streams Specification to build non-blocking reactive applications on the JVM. Using this knowledge, we'll build a simple reactive application and compare it to a traditional blocking application....
Dhananjay Singh
In this article, we'll cover the process of creating a Docker image of a Spring Boot application, using Dockerfile and Maven and then run the image we've created. The source code for this tutorial can be found on GitHub. This tutorial assumes that you have Docker installed on your machine....
Please note: The following article will be dedicated to testing Spring Boot applications. It's assumed that you are familiar with at least the basics of Java, Maven and Spring Boot (Controllers, Dependencies, Database Repository, etc). There is a general lack of testing in most organizations. Maybe even your team is...
Being able to access APIs from major social media platforms can be used as a powerful and useful tool. Fortunately, it's not hard to do so, especially using Spring Boot, and more precisely, the Spring Social module. Spring Social offers four main projects: Spring Social Core Spring Social Facebook Spring...
David Landup
© 2013-2024 Stack Abuse. All rights reserved.