Learn a couple of different approaches to disabling a Maven plugin defined in a parent POM.
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Gradle Build Cache Basics
Local and remote Gradle build cache and how to clear them.
Illegal Character Compilation Error
Filed under Java
Learn about the Illegal Character Compilation Error and how to avoid it.
Looking for a Backend Java/Spring Developer with Integration Experience (Remote) (Part Time)
Filed under Spring
Looking for a Java Dev with integration experience to join the Baeldung team.
Spring Tutorial
A collection of tutorials on Spring
Get the IP Address of the Current Machine Using Java
Filed under Networking
Learn various methods to retrieve the local and public IP addresses of the current machine using Java.
Reduce Build Context for Docker Build Command
Filed under DevOps
Learn about the concept of the build context in Docker.
Docker – Removing Dangling and Unused Images
Filed under DevOps
Learn why dangling and unused images are common in Docker.
Return Map from GraphQL
Filed under Web Services
Learn three different techniques to return a Map object from a GraphQL query.
Java Weekly, Issue 434
Filed under Weekly Review
Native Java on K8S, switch expressions, cloud-native with Quarkus, Hibernate SQM, and ML pipelines at scale!
How to Store HashMap<String, ArrayList> Inside a List
Filed under Java Collections
Learn about storing HashMaps inside a List in Java.
Running Docker Containers Indefinitely
Filed under DevOps
A brief explanation about entrypoint and cmd to understand when a container terminates and how we can prevent it.
Creating a Java Array from Regular Expression Matches
Filed under Java
Learn to look for patterns in a string of text in Java.
Difference Between Running and Starting a Docker Container
Filed under DevOps
Learn how the Docker run and start commands are different while going through some practical examples
Checking Connection to MongoDB
Filed under NoSQL
Learn how to check the connection of the MongoDB server with different real-time cases.
Java HttpClient Basic Authentication
Filed under HTTP Client-Side
Learn how to configure the Java HttpClient for basic authentication and how it works.
Spring Boot Configuration Properties Migrator
Filed under Spring Boot
Explore a support system provided by Spring to facilitate Spring Boot upgrades
List vs. ArrayList in Java
Filed under Java Collections
When using collections in Java it’s conventional to use the interface types for our variables and fields, rather than the concrete types. We look at the difference between these two approaches.
Implements vs. Extends in Java
Filed under Java
A quick and practical comparison between the implements and extends keywords in Java.
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.