Learn how to bypass the most common bot detection when using Selenium and Spring Boot.
Also find me here:
Baeldung Author
Sachin Verma
Ambitious and Self-esteemed Java developer. I possess extensive experience in Microservices and leveraging the Spring Boot framework, including Spring Data, Spring Web, Spring Core, and Spring JPA. This proficiency allows me to design and develop efficient REST APIs and related services that seamlessly integrate with various applications. My expertise extends beyond the Java ecosystem, encompassing both SQL and NoSQL databases. Additionally, I possess a working knowledge of message streaming platforms like Kafka and continuous integration tools like Jenkins, ensuring smooth and efficient code deployment.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (4)
- Logging (2)
- Web Services (1)
- Testing (1)
- Spring Cloud (1)
- REST (1)
- Persistence (1)
- Maven (1)
- Java List (1)
PartitionKey in Hibernate: A Practical Guide for Spring Boot
Filed under Persistence, Spring Boot
Learn how to make Spring Data and Hibernate work with partitioned tables.
Different Log Level for File and Console Appender in Spring Boot
Filed under Logging, Spring Boot
Discover about log levels for FILE and CONSOLE appenders using Logback in Spring Boot.
Building Open API Documentation Using YML File in Resources Folder
Filed under Web Services
Learn how to generate a Swagger UI for REST endpoints using a YML file.
Grouping Endpoints by Resources in Swagger
Filed under REST
Learn how to organize your project’s APIs based on their URLs using the Swagger documentation.
EnableEurekaClient vs EnableDiscoveryClient: Which to Use?
Filed under Spring Cloud
Discover the differences between @EnableEurekaClient and @EnableDiscoveryClient annotation in Spring Boot while developing microservices.
Maven Predefined Properties
Filed under Maven
Discover how to make Maven configurations more flexible and reusable with predifined properties.
Filtering a List With Regular Expressions in Java
Filed under Java List
Learn how to create a new list from an existing one by filtering the elements that match a regular expression.
Streaming Real-Time Log to Splunk From Spring Boot
Filed under Logging
Tired of sifting through endless log files? This tutorial dives into seamlessly integrating Splunk, a powerful monitoring tool, with your Spring Boot application to achieve real-time log streaming.