Learn how to use Testcontainers while testing a Spring Boot application that uses Redis.
Also find me here:
Baeldung Author
Abhinav Pandey
Senior Java Developer. Certified Azure Developer. Builds microservices for a living using Spring Boot and distributed architecture components like Redis, SQL, Kafka, and RabbitMQ.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (5)
- Spring Data (5)
- Spring Boot (5)
- Spring (4)
- Jackson (4)
- Spring Security (2)
- Spring Cloud (2)
- REST (2)
- DevOps (2)
- XML (1)
- Web Services (1)
- Spring Web (1)
- Spring MVC (1)
- Reactive (1)
- NoSQL (1)
- Logging (1)
- Java IO (1)
- Java Dates (1)
- Java Concurrency (1)
- Java (1)
- JSON (1)
- JPA (1)
- HTTP Client-Side (1)
- Artificial Intelligence (1)
Spring Data JPA – Run an App Without a Database
Filed under Spring Data
Learn how to start a Spring Boot application without having a running database when using Spring Data JPA.
Java HttpClient With SSL
Filed under HTTP Client-Side
Learn how to use the Java HttpClient to connect to HTTPS URLs and also find out how to bypass certificate verification in non-production environments.
Spring Cloud – Disable Discovery Clients with Profiles
Filed under Spring Cloud
While Spring’s service discovery mechanisms can be very helpful we may wish to turn them off in certain environments. We look at how to achieve this with both properties files and Spring profiles.
Spring Security – Configuring Different URLs
Filed under Spring Security
Learn how to configure URL security access.
Setting Example and Description with Swagger
Learn how to use Swagger annotations to make documentation more descriptive and readable.
Introduction to Spring Data Neo4j
Filed under Spring Data
A quick and practical intro to setting up and using Neo4J with the help of Spring Data Neo4j.
Baeldung on Kotlin
- All
- Spring (2)
- Libraries (2)
- Patterns (1)
- Kotlin (1)
- HTTP Client-Side (1)
PubSub Messaging With Kotlin Redis
Filed under Libraries
A quick tutorial on messaging with Redis in Kotlin.
API Versioning With Kotlin and Spring Boot
Filed under Spring
Learn how to implement API versioning in a Spring Boot application using Kotlin.
equals() and hashCode() Generator in Kotlin
Filed under Kotlin
Explore how the equals() and hashCode() methods are generated for Kotlin’s data classes.
Strategy Design Pattern in Kotlin
Filed under Patterns
Explore the Strategy design pattern in Kotlin and understand the problem that the pattern solves.
RestTemplate Examples in Kotlin
Filed under HTTP Client-Side, Spring
Learn various methods provided by the RestTemplate class to make HTTP requests in Kotlin.
Mapstruct With Kotlin’s Data Classes
Filed under Libraries
Learn how to use Mapstruct to create mappings between data classes in Kotlin.
Baeldung on Ops
- All
- Docker (3)
Docker Registry API – Listing Images and Tags
Filed under Docker
Learn how to use the Docker Registry API to list images and tags in a remote registry.
Docker – Removing Dangling and Unused Images
Filed under Docker
Learn why dangling and unused images are common in Docker.
Running Docker Containers Indefinitely
Filed under Docker
A brief explanation about entrypoint and cmd to understand when a container terminates and how we can prevent it.
Baeldung on SQL
- All
- DML (1)
Insert Into a SQL Table or Update if the Row Exists
Filed under DML
Explore inserting a row into a SQL table or updating the row if it already exists.