Learn how to create a Maven plugin from scratch.
Also find me here:
Baeldung Author
Marcos Lopez Gonzalez
Software Engineer with extensive experience working with Java/JEE technologies. Also focused on Android and Big Data development. Very interested in learning new technologies and the latest practices in the industry.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (4)
- Spring (2)
- Maven (2)
- Logging (2)
- JPA (2)
- Core Java (2)
- Spring Web (1)
- Spring Boot (1)
- Java String (1)
- Java Streams (1)
- Java List (1)
- Java Dates (1)
- Java Collections (1)
- Java (1)
- Jakarta EE (1)
- JVM (1)
- DevOps (1)
- Algorithms (1)
Using a Slash Character in Spring URLs
Filed under Spring Web
Learn several ways to deal with URLs containing slash characters in Spring.
Logging HTTP Requests with Spring Boot Actuator HTTP Tracing
Filed under DevOps, Logging, Spring Boot
Learn how to trace HTTP calls using Spring Boot Actuator.
Java Stream skip() vs limit()
Filed under Java Streams
Explore the difference between skip() and limit() methods in the Java 8 Stream API.
How to Find an Exception’s Root Cause in Java
Filed under Java
Learn how to find an exception’s root cause in Java.
Why Do Local Variables Used in Lambdas Have to Be Final or Effectively Final?
Filed under Core Java
Learn why Java requires local variables to be effectively final when used in a lambda.
Fixing the JPA error “java.lang.String cannot be cast to Ljava.lang.String;”
Filed under JPA
Learn how to fix a common casting error in JPA queries.
Guide to EnumSet
Filed under Java Collections
Quickly learn about the EnumSet and how to start using it in practical scenarios.
Different Ways to Capture Java Heap Dumps
Filed under JVM
Learn multiple ways to capture a heap dump in Java