Explore the Spring AI MCP annotations to significantly lower the barrier to entry for building agentic AI systems.
Also find me here:
Baeldung Author
Alexandru Borza
I am an enthusiastic software developer. My main interests consist of Java, Spring, and cloud technologies. I am always ready to learn new things, and I like challenges. My passions besides programming are fitness, cooking, and anime.
Here's what I've written (so far):
Baeldung on Java
- All
- DevOps (5)
- Java (4)
- Cloud (3)
- Testing (2)
- Spring Boot (2)
- REST (2)
- NoSQL (2)
- Web Services (1)
- Spring Data (1)
- Spring AI (1)
- Persistence (1)
- Logging (1)
- Java String (1)
- Java Streams (1)
- Java Numbers (1)
- Java List (1)
- Data (1)
- Core Java (1)
How to Mock AmazonSQS in Unit Tests
Learn how to write unit test code that interacts with Amazon SQS.
Java Reflection Beans Property API
Filed under Java
Explore Java Reflections Beans Property API in detail.
Query in DynamoDB on the Basis of Partition Key and Sort Key
Learn how to query a table using just the Partition Key and how to enhance those queries by including the Range Key to filter results within a partition.
Integrating WireMock with Spring Boot
Filed under Spring Boot, Testing
Learn how to integrate WireMock into a Spring Boot project and use it to write comprehensive tests.
Introduction to Pulumi With Java
Use Pulumi with Java to create and manage AWS resources, including an S3 bucket, an EC2 instance, and a security group.
How to Log All Requests and Responses and Exceptions in a Single Place
Filed under Logging, Spring Boot
Learn how to implement centralized logging in a Spring Boot application to capture every request, response, and exception.
Using Java Flight Recorder (JFR) in Quarkus
Filed under DevOps
Learn how to set up JFR in a Quarkus project, generate custom events, and analyze the data to diagnose potential issues effectively.
Guide to Prometheus Java Client
Filed under DevOps
Learn how to effectively use the Prometheus Java client to monitor applications by instrumenting custom and JVM metrics.