Learn different ways to find the IP address of a URL in Java.
Also find me here:
Baeldung Editor
Vinicius Peixoto
Vini is a test automation engineer with over 10 years of experience in the IT industry mostly dedicated to the financial services and investments domain. Along with his professional journey in various organizations, Vini also contributed to some open-source projects which helped boost his expertise and gain exposure to multiple team dynamics, processes, and organizational & digital transformations. Vini is passionate about music, sports, and classic tabletop RPGs. Currently, he lives in Kraków – Poland.
Here's what I've reviewed (so far):
Baeldung on Java
- All
- Testing (7)
- Spring Boot (5)
- Maven (4)
- Java String (4)
- Core Java (4)
- Spring Security (3)
- Persistence (3)
- Java Collections (3)
- Data (3)
- Java Streams (2)
- Java List (2)
- Java IO (2)
- Java Dates (2)
- Java Array (2)
- Java (2)
- JPA (2)
- Artificial Intelligence (2)
- Architecture (2)
- Algorithms (2)
- XML (1)
- Spring WebFlux (1)
- Spring Data (1)
- Spring Cloud (1)
- Spring (1)
- Security (1)
- Reactive (1)
- REST (1)
- NoSQL (1)
- Networking (1)
- Logging (1)
- Java Numbers (1)
- Jakarta EE (1)
- Jackson (1)
- JVM (1)
- JSON (1)
- Docker (1)
- DevOps (1)
Get Classpath From ClassLoader in Java
Filed under Core Java
Learn how to obtain the classpath from ClassLoader in OpenJDK.
Handling the Blocking Method in Non-blocking Context Warning
Filed under Reactive, Spring WebFlux
Learn how to handle and suppress the warning about a blocking method in a non-blocking context.
How to Publish Maven Artifacts to GitHub Packages
Filed under Maven
learn how to create a Maven artifact and make it publicly available in GitHub Packages
@MapsId Annotation in Hibernate
Filed under JPA
Learn how to use the Hibernate annotation @MapsId to implement the shared primary key strategy.
How to Execute a Scheduled Task Only Once for a Spring Boot Application
Filed under Spring Boot
Learn how to execute a scheduled task only once for a Spring Boot application.
ChatClient Fluent API in Spring AI
Filed under Artificial Intelligence, Spring Boot
Learn about the fluent API of ChatClient the new feature of Spring AI
Handling Kafka Producer TimeOutException with Java
Filed under Data
Learn more about how to handle TimeOutException in Kafka Producer
Iterate over a Guava Multimap
Filed under Java Collections
Learn more about Guave Multimap implementation in Java