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):
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.
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
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 Java
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
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
Listing Docker Containers
Filed under DevOps
Learn how to list docker containers using the command line
Maven Logging Options
Filed under Maven
Learn how to configure logging options with Maven.
Run a Java Main Method in Maven
Learn how to run Java main method using Maven.
Run mvn Command From Another Directory
Filed under Maven
Learn how to run mvn commands from another directory.
Refer to Environment Variables in pom.xml
Filed under Maven
Learn how to reference environment variables in a pom.xml file
When Does Java Throw UndeclaredThrowableException?
Learn what causes Java to throw an UndeclaredThrowableException
Why Not To Start A Thread In The Constructor?
Filed under Java
Learn why you shouldn’t start a thread in a Java constructor
Liveness and Readiness Probes in Spring Boot
Filed under Spring
Learn how to integrate Spring with Kubernetes probes
Returning the Generated Keys in JDBC
Filed under Persistence
Learn how to return auto-generated keys with only the JDBC
The Constructor Return Type in Java
Filed under Java
Learn about the constructor return type in Java