In this post, we’ll learn how to implement Embedded MongoDB for Spring Boot Integration testing. · Prerequisites· Overview∘ Key Features of Embedded MongoDB· Usage with Spring Boot∘ Maven Dependencies∘ Application Properties∘ Writing
Year: 2024
In this post, we’ll explore the power of ArchUnit in the Spring Boot application. · Prerequisites· Overview∘ What is ArchUnit?∘ Why use ArchUnit?· Let’s get to the code∘ Project Architecture∘ Add ArchUnit
In this post, we’ll learn how to implement a Spring Boot Rest API using Spring Boot JDBC core classes and PostgreSQL. · Prerequisites· Overview∘ What is JDBC (Java
In this post, we’ll explore how to create a custom banner in a Spring Boot application. · Overview∘ Why customize the Spring Boot Banner?· Customizing the Banner∘ Using banner.txt∘ Using
In this post, we’ll learn about the scope of Beans in the Spring Framework. · Singleton Scope· Prototype Scope· Web-aware application scopes∘ Request scope∘ Session Scope∘ Application Scope∘ WebSocket Scope· Conclusion· References The scope
Spring Framework provides stereotyped annotations, which indicate a class’s role in the context of the application. These annotations are located in the org.springframework.stereotypepackage. When we use
In this post, we’ll learn how to manage and apply MongoDB database schema changes using Mongock. · Prerequisites· Overview∘ What is Mongock?∘ Why Mongock?∘ Mongock Architecture· Let’s get to the code∘ Add
In this post, we’ll learn how to implement Flyway as Database Migrations in a Spring Boot application. · Prerequisites· Overview∘ What is Flyway?∘ Key Features of Flyway∘ How Flyway Works· Getting
Hello Devs! In this post, we’ll show how to implement WebSocket communication with STOMP using Spring Boot and Flutter. · Prerequisites· Overview∘ What are WebSockets?∘ WebSockets Use Cases∘ WebSocket and
In this post, we’ll explain how to configure Prometheus and Grafana to monitor the Jenkins CI-CD instance. · Prerequisites· Overview∘ What is Prometheus?∘ What is Grafana Open Source?∘ Why is