Article
Spring Data JPA is a part of the Spring Data family. Let's talk about what Spring Data JPA is and some of the features we're going to cover in this article. First off, this framework builds upon the popular and powerful Spring framework and is considered one of the core...
Vuk Skobalj
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...
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...
In this guide, we'll take a look at how to integrate the H2 database with Spring Boot projects. What is the H2 Database? H2 is an open-source, Java-based, embedded database. It's very fast and very lightweight. Typically, it's used as an in-memory database which means it stores the data in...
Guest Contributor
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.