Learn how to leverage @DynamicPropertySource to manage testing with external applications.
Baeldung Author
Mona Mohamadinia
Motivated Software Engineer with excellent technical, leadership and planning abilities focused on delivering high-quality, scalable and well-tested softwares. Train and encourage team members to improve and to contribute more effectively.
Here's what I've written (so far):
Baeldung on Java
- All
- Maven (6)
- Spring Boot (3)
- Spring (3)
- Java (3)
- Java IO (2)
- JVM (2)
- Persistence (1)
- Logging (1)
- Java Streams (1)
- Java List (1)
- Java Concurrency (1)
Health Indicators in Spring Boot
Filed under Spring Boot
Learn all about Health Indicators in Spring Boot.
Check If a File or Directory Exists in Java
Filed under Java IO
Learn how to check if a file or directory exists in Java
The Difference Between Cron Syntax in Linux and Spring
Filed under Spring
Learn the difference between Cron Syntax in Linux and Spring
Command-Line Tools to Find the Java Heap Size
Filed under JVM
Learn how to use command line tools to find the heap size of a running Java application.
Check If a Directory Is Empty in Java
Filed under Java IO
Learn how to check whether or not a directory is empty in Java.
Maven Offline Mode
Filed under Maven
Learn how to get Maven ready for offline mode.
Download Sources and Javadocs with Maven
Filed under Maven
Learn how to download the sources and Javadocs with Maven
Maven Logging Options
Filed under Maven
Learn how to configure logging options with Maven.
Baeldung on Kotlin
- All
- Kotlin Basics (4)
- Kotlin-Java Interop (1)
- Kotlin Strings (1)
- Kotlin Numbers (1)
- Kotlin Functions (1)
- Kotlin Dates (1)
- Kotlin Concurrency (1)
- Kotlin Collections (1)
- Kotlin Classes and Objects (1)
String to Long Conversions in Kotlin
Filed under Kotlin Strings
Learn how to convert between Strings and Longs in Kotlin
Return at Label in Kotlin
Filed under Kotlin Basics
Learn how to use Kotlin’s return@ label.
Backing Fields in Kotlin
Filed under Kotlin Basics
Learn the concept of backing fields in Kotlin.
Unsigned Integers in Kotlin
Filed under Kotlin Numbers
Learn how to use unsigned integers in Kotlin.
Measuring Elapsed Time in Kotlin
Filed under Kotlin Dates
Discover how to measure elapsed time in Kotlin.
SAM Conversions in Kotlin
Filed under Kotlin-Java Interop
Learn about SAM conversions in Kotlin.
Volatile Properties in Kotlin
Filed under Kotlin Concurrency
Learn how to control the memory visibility of variables using volatile properties in Kotlin
Anonymous Inner Classes in Kotlin
Filed under Kotlin Classes and Objects
Learn how to leverage anonymous inner classes in Kotlin.
Iterating Collections by Index in Kotlin
Filed under Kotlin Collections
Learn how to iterate through collections by index in Kotlin
Baeldung on Ops
- All
- Cloud (2)
- Docker (1)
Listing Kafka Consumers
Filed under Cloud
learn how to list Kafka consumer groups and find more information.
Listing Kafka Topics
Filed under Cloud
Learn how to list all kafka topics using the command line.
Listing Docker Containers
Filed under Docker
Learn how to list docker containers using the command line