Explore Spring Data AOT Repositories using a simple UserRepository class to demonstrate how Spring Data Repositories worked before and what changes exactly this new feature introduced.
Also find me here:
Baeldung Author
Stelios Anastasakis
I am a Software Engineer who is passionate about learning new things, experimenting with new tech and giving back as a coach/mentor and communities/open-source contributor. With many years of experience in Java backend services, in the Greek, UK and US markets and fields like streaming, insurance, lotteries and more.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (4)
- Java Web (2)
- Spring Security (1)
- Spring Data (1)
- Spring Boot (1)
- Spring AI (1)
- Spring (1)
- Persistence (1)
- Networking (1)
- Java IO (1)
- Java (1)
- Artificial Intelligence (1)
Building Effective Agents with Spring AI
Filed under Spring AI
Explore Antropic’s publication on Effective AI Agents and implement of each pattern using agents with Spring AI
Apache Camel’s KServe Component: Inference via Model Serving
Filed under Artificial Intelligence
Learn how to create a Java application with AI model inference using Apache Camel’s KServe component
Implementing the Core Services of Spring Authorization Server with Redis
Filed under Spring Security
Explore how we can implement the Core Services of Spring Authorization Service with Redis
Modify Property Files in Java
Learn how to modify Property files without losing any existing data using core Java APIs and Apache Commons.
Gatling Tests Monitoring
Filed under Testing
Learn how we can set up proper monitoring when executing performance tests with Gatling
Analyzing JMeter Results
Filed under Testing
Learn how to analyze JMeter Results.
Understanding Ramp-up in JMeter
Filed under Testing
Learn about the ramp-up property in JMeter and understand how to use it to tune two main aspects of performance testing – users per second and requests per second.
Error Handling in Micronaut
Filed under Java Web
Tutorial on error handling in Micronaut.
Baeldung on Scala
- All
- Testing (1)
- Scala Web (1)
Testing With Gatling Using Scala
See how to easily write scenarios to performance test your REST application using Gatling with Scala.